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:
@@ -36,7 +36,6 @@
|
||||
<suppress files="Direction\.java" checks="JavadocVariable" />
|
||||
<suppress files="LoggingApplicationListenerIntegrationTests\.java" checks="IllegalImport" />
|
||||
<suppress files="SpringBootJoranConfiguratorTests\.java" checks="IllegalImport" />
|
||||
<suppress files="EmbeddedMongoAutoConfiguration\.java" checks="IllegalImport" />
|
||||
<suppress files="LogbackMetricsAutoConfiguration\.java" checks="IllegalImport" />
|
||||
<suppress files="RemoteUrlPropertyExtractorTests\.java" checks="IllegalImport" />
|
||||
<suppress files="SampleLogbackApplication\.java" checks="IllegalImport" />
|
||||
|
||||
Reference in New Issue
Block a user