Ensure that Maven Plugin uses a consistent Framework dependency version

Fixes gh-39927
This commit is contained in:
Andy Wilkinson 2024-03-13 18:38:38 +00:00
parent 978c7d8fdc
commit e2d53fa0e9

View File

@ -34,6 +34,7 @@ dependencies {
exclude(group: "javax.enterprise", module: "cdi-api")
exclude(group: "javax.inject", module: "javax.inject")
}
implementation("org.springframework:spring-core")
implementation("org.springframework:spring-context")
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))