<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.junit.core</artifactId>
<version>1.1.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='org.apache.sling.junit.core', version='1.1.0')
)
<parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> <version>39</version> </parent>
compile
|-- org.osgi:org.osgi.annotation.versioning
|-- org.osgi:org.osgi.service.component
|-- org.osgi:org.osgi.service.component.annotations
|-- org.osgi:org.osgi.framework
|-- javax.servlet:javax.servlet-api
|-- org.apache.sling:org.apache.sling.servlets.annotations
|-- org.apache.geronimo.specs:geronimo-json_1.1_spec:1.3
|-- org.apache.sling:org.apache.sling.commons.osgi:2.2.2
|-- junit:junit:4.13
|-- org.hamcrest:hamcrest-core:1.3
|-- org.hamcrest:hamcrest-library:1.3
provided
|-- org.jetbrains:annotations:19.0.0
|-- org.osgi:org.osgi.service.http:1.2.1
|-- org.osgi:org.osgi.service.http.whiteboard:1.0.0
|-- org.slf4j:slf4j-api:1.7.30
|-- org.jacoco:org.jacoco.agent:0.6.2.201302030002
|-- ch.qos.logback:logback-classic:1.2.3
|-- org.junit.platform:junit-platform-launcher:1.6.2
test
|-- org.apache.sling:org.apache.sling.commons.johnzon:1.2.0