Skip to content

Commit

Permalink
Ensure that Maven Plugin uses a consistent Framework dependency version
Browse files Browse the repository at this point in the history
Fixes gh-39927
  • Loading branch information
wilkinsona committed Mar 13, 2024
1 parent 978c7d8 commit e2d53fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit e2d53fa

Please sign in to comment.