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

@@ -11,4 +11,12 @@
<artifactId>spring-data-mongodb-query-by-example</artifactId>
<name>Spring Data MongoDB - Query-by-Example (QBE)</name>
<dependencies>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>