<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
<version>2.1.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.felix', module='org.apache.felix.scr', version='2.1.0')
)
<parent> <groupId>org.apache.felix</groupId> <artifactId>felix-parent</artifactId> <version>5</version> </parent>
compile
|-- org.codehaus.mojo:animal-sniffer-annotations:1.9
provided
|-- org.osgi:osgi.annotation:6.0.1
|-- org.osgi:org.osgi.service.component:1.4.0
|-- org.osgi:org.osgi.service.cm:1.6.0
|-- org.osgi:org.osgi.service.log:1.3.0
|-- org.osgi:org.osgi.service.metatype:1.3.0
|-- org.osgi:org.osgi.namespace.extender:1.0.1
|-- org.osgi:osgi.promise:6.0.0
|-- org.apache.felix:org.apache.felix.shell:1.0.0
|-- org.apache.felix:org.apache.felix.gogo.runtime:1.0.0
|-- org.ops4j.base:ops4j-base-lang:1.2.3
|-- org.ops4j.base:ops4j-base-net:1.2.3
test
|-- junit:junit:4.12
|-- org.mockito:mockito-core:2.17.0
|-- org.ops4j.pax.exam:pax-exam-container-forked:3.2.0
|-- org.ops4j.pax.exam:pax-exam-junit4:3.2.0
|-- org.ops4j.pax.exam:pax-exam-link-mvn:3.2.0
|-- org.ops4j.pax.url:pax-url-aether:1.4.0.RC1
|-- org.ops4j.pax.url:pax-url-wrap:1.4.0.RC1
|-- org.ops4j.pax.logging:pax-logging-api:1.6.3
|-- org.ops4j.pax.logging:pax-logging-service:1.6.3
|-- ch.qos.logback:logback-core:0.9.29
|-- ch.qos.logback:logback-classic:0.9.29
|-- org.apache.geronimo.specs:geronimo-atinject_1.0_spec:1.0
|-- org.apache.servicemix.bundles:org.apache.servicemix.bundles.junit:4.9_2