Skip to content

Commit e2d53fa

Browse files
committed
Ensure that Maven Plugin uses a consistent Framework dependency version
Fixes gh-39927
1 parent 978c7d8 commit e2d53fa

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies {
3434
exclude(group: "javax.enterprise", module: "cdi-api")
3535
exclude(group: "javax.inject", module: "javax.inject")
3636
}
37+
implementation("org.springframework:spring-core")
3738
implementation("org.springframework:spring-context")
3839

3940
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))

0 commit comments

Comments
 (0)