blob: c3b30c3269f530b3e0aa62ab21a49277e085029f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" name="org.apache.sling.testing.mock.osgi.sample.osgiserviceutil.RankedServiceFive" activate="activate">
<property name="service.ranking" type="Integer" value="5"/>
<service>
<provide interface="org.apache.sling.testing.mock.osgi.sample.osgiserviceutil.RankedService"/>
</service>
<implementation class="org.apache.sling.testing.mock.osgi.sample.osgiserviceutil.RankedServiceFive"/>
</scr:component>