Re-enable Spring Data REST multi-store example.

This commit is contained in:
Oliver Drotbohm
2024-08-16 09:19:10 +02:00
parent c6a0e2e346
commit 31768635db
3 changed files with 2 additions and 4 deletions

View File

@@ -36,6 +36,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>4.16.2</version>
<scope>runtime</scope>
</dependency>