Remove unused dependency management from spring-boot-parent

See gh-43584
This commit is contained in:
Andy Wilkinson
2024-12-20 14:30:19 +00:00
parent 60e0de79ea
commit 681d4c2744
6 changed files with 6 additions and 16 deletions

View File

@@ -44,7 +44,6 @@ dependencies {
testImplementation("io.mockk:mockk")
testImplementation("jakarta.json:jakarta.json-api")
testImplementation("ch.qos.logback:logback-classic")
testImplementation("com.squareup.okhttp3:okhttp")
testImplementation("org.apache.tomcat.embed:tomcat-embed-core")
testImplementation("org.apache.groovy:groovy")
testImplementation("org.apache.groovy:groovy-xml")