Remove support for embedded MongoDB

This commit removes auto-configuration and dependency management
for Flapdoodle embedded MongoDB in favor of the Spring Boot support
provided by Flapdoodle.

Closes gh-30863
This commit is contained in:
Scott Frederick
2022-05-06 15:08:35 -05:00
parent 4a8e48f07a
commit 7e089a6b81
24 changed files with 8 additions and 889 deletions

View File

@@ -240,13 +240,6 @@ bom {
]
}
}
library("Embedded Mongo", "3.4.5") {
group("de.flapdoodle.embed") {
modules = [
"de.flapdoodle.embed.mongo"
]
}
}
library("Flyway", "8.5.9") {
group("org.flywaydb") {
modules = [