<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-tool-test-simple</artifactId>
<version>16.8.0</version>
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-tool-test-simple', version='16.8.0')
)
<dependency org="org.xwiki.commons" name="xwiki-commons-tool-test-simple" rev="16.8.0" />
<parent> <groupId>org.xwiki.commons</groupId> <artifactId>xwiki-commons-tool-test</artifactId> <version>16.8.0</version> </parent>
compile
|-- junit:junit
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.platform:junit-platform-launcher
|-- org.hamcrest:hamcrest-library
|-- org.mockito:mockito-junit-jupiter
|-- ch.qos.logback:logback-classic
|-- org.slf4j:log4j-over-slf4j
runtime