#361 - Polishing.

Move EmbeddedMongo to utils module. Inline MongosSystemForTestFactory to control process output. Add Javadoc.
This commit is contained in:
Mark Paluch
2018-05-17 15:17:42 +02:00
parent 9025621335
commit e1cc43e1ca
9 changed files with 472 additions and 71 deletions

View File

@@ -28,6 +28,7 @@
<module>security</module>
<module>text-search</module>
<module>transactions</module>
<module>util</module>
</modules>
<dependencies>
@@ -56,7 +57,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>runtime</scope>
<scope>provided</scope>
</dependency>
</dependencies>