<dependency>
<groupId>de.bwaldvogel</groupId>
<artifactId>mongo-java-server-test-common</artifactId>
<version>1.11.0</version>
</dependency>
@Grapes(
@Grab(group='de.bwaldvogel', module='mongo-java-server-test-common', version='1.11.0')
)
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- de.bwaldvogel:mongo-java-server-core:1.11.0
|-- org.mongodb:mongo-java-driver:3.9.0
|-- org.mongodb:mongodb-driver-reactivestreams:1.10.0
|-- org.springframework:spring-core:5.1.2.RELEASE
|-- org.springframework:spring-beans:5.1.2.RELEASE
|-- org.springframework:spring-context:5.1.2.RELEASE
|-- org.springframework:spring-test:5.1.2.RELEASE
|-- org.springframework.data:spring-data-mongodb:2.1.2.RELEASE
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.11.1
runtime
|-- ch.qos.logback:logback-classic:1.2.3
test