Move flapdoodle into the specific modules.

Closes #632.
This commit is contained in:
Christoph Strobl
2021-10-05 10:14:26 +02:00
committed by Greg L. Turnquist
parent af124509c8
commit 2347077ccf
19 changed files with 123 additions and 8 deletions

View File

@@ -33,6 +33,12 @@
<version>${jmolecules.version}</version>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
@@ -59,4 +65,4 @@
</plugins>
</build>
</project>
</project>