Browse Source

Merge branch '3.2.x'

Closes gh-39934
pull/39948/head
Andy Wilkinson 2 years ago
parent
commit
702cf75b21
  1. 1
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

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

@ -34,6 +34,7 @@ dependencies { @@ -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"))

Loading…
Cancel
Save