<dependency>
<groupId>com.github.nfalco79</groupId>
<artifactId>junit4osgi-runner</artifactId>
<version>1.2.3</version>
</dependency>
@Grapes(
@Grab(group='com.github.nfalco79', module='junit4osgi-runner', version='1.2.3')
)
<parent> <groupId>com.github.nfalco79</groupId> <artifactId>junit4osgi-parent</artifactId> <version>1.2.3</version> </parent>
compile
|-- com.github.nfalco79:junit4osgi-registry:1.2.3
provided
|-- com.j256.simplejmx:simplejmx:1.15
|-- org.osgi:org.osgi.core:4.3.0
|-- org.osgi:org.osgi.service.log:1.3.0
|-- org.osgi:org.osgi.service.component:1.3.0
|-- org.osgi:org.osgi.util.tracker:1.5.1
test