#405 - Polishing.

Slight readme tweaks. Override flapdoodle version using the version property.
This commit is contained in:
Mark Paluch
2018-09-13 12:13:17 +02:00
parent 9520ac6a75
commit 9b88ae9a38
3 changed files with 12 additions and 5 deletions

View File

@@ -32,6 +32,10 @@
<module>schema-validation</module>
<module>util</module>
</modules>
<properties>
<embedded-mongo.version>2.1.1</embedded-mongo.version>
</properties>
<dependencies>
@@ -60,7 +64,6 @@
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>provided</scope>
<version>2.1.1</version>
</dependency>
</dependencies>