blob: 99022a8797af019ac7e15ee08298e8b8de46097e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop" modified="update">
<implementation class="org.eclipse.osee.ote.rest.client.internal.OteClientImpl"/>
<service>
<provide interface="org.eclipse.osee.ote.rest.client.OteClient"/>
</service>
<reference bind="bindJaxRsApi" cardinality="1..1" interface="org.eclipse.osee.framework.core.JaxRsApi" name="jaxRsApi" policy="static"/>
</scr:component>