<dependency>
<groupId>org.jongo</groupId>
<artifactId>jongo</artifactId>
<version>1.0</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-core:2.2.3
|-- com.fasterxml.jackson.core:jackson-databind:2.2.3
|-- com.fasterxml.jackson.core:jackson-annotations:2.2.3
|-- de.undercouch:bson4jackson:2.2.3
provided
|-- org.mongodb:mongo-java-driver
test
|-- junit:junit:4.10
|-- org.assertj:assertj-core:1.4.0
|-- org.mockito:mockito-all:1.9.0
|-- com.google.caliper:caliper:0.5-rc1