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

@@ -12,4 +12,12 @@
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>