Skip to content

Commit

Permalink
Declare IspybSpyCatApiService
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed May 4, 2022
1 parent 78c32e9 commit 4fb7c9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/OSGI-INF/ispybSpyCatApiService.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="IspybSpyCatApiService">
<implementation class="uk.ac.diamond.ispyb.dao.IspybSpyCatDaoFactory"/>
<service>
<provide interface="uk.ac.diamond.ispyb.api.IspybSpyCatFactoryService"/>
</service>
</scr:component>

0 comments on commit 4fb7c9c

Please sign in to comment.