Hi All: In order to do integration tests with MongoDB, we should depend on and use:
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
This is what I did at work and it works like a charm.
Gary
