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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user