<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.eventadmin</artifactId>
<version>1.5.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.felix', module='org.apache.felix.eventadmin', version='1.5.0')
)
<parent> <groupId>org.apache.felix</groupId> <artifactId>felix-parent</artifactId> <version>5</version> </parent>
provided
|-- org.osgi:org.osgi.service.event:1.4.0
|-- org.osgi:org.osgi.service.metatype:1.3.0
|-- org.osgi:org.osgi.service.log:1.3.0
|-- org.osgi:org.osgi.service.cm:1.5.0
test
|-- junit:junit:4.12
|-- org.jmock:jmock-junit4:2.5.1
|-- org.slf4j:slf4j-simple:1.5.2
|-- org.ops4j.pax.exam:pax-exam-container-forked:4.11.0
|-- org.ops4j.pax.exam:pax-exam-junit4:4.11.0
|-- org.ops4j.pax.exam:pax-exam-link-mvn:4.11.0
|-- org.ops4j.pax.url:pax-url-aether:2.5.4
|-- org.ops4j.pax.url:pax-url-wrap:2.5.4
|-- org.apache.geronimo.specs:geronimo-atinject_1.0_spec:1.0