<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.junit.core</artifactId>
<version>1.0.26</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='org.apache.sling.junit.core', version='1.0.26')
)
<parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> <version>26</version> </parent>
compile
|-- org.osgi:org.osgi.core:4.3.0
|-- org.osgi:org.osgi.compendium:4.3.0
|-- org.apache.geronimo.specs:geronimo-json_1.0_spec:1.0-alpha-1
|-- org.apache.sling:org.apache.sling.commons.osgi:2.2.2
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-core:1.3
|-- org.hamcrest:hamcrest-library:1.3
provided
|-- org.apache.felix:org.apache.felix.scr.annotations
|-- org.osgi:org.osgi.service.http.whiteboard:1.0.0
|-- org.slf4j:slf4j-api:1.5.11
|-- org.jacoco:org.jacoco.agent:0.6.2.201302030002
|-- ch.qos.logback:logback-classic:1.0.13
test