We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b83972c + e2d53fa commit 702cf75Copy full SHA for 702cf75
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle
@@ -34,6 +34,7 @@ dependencies {
34
exclude(group: "javax.enterprise", module: "cdi-api")
35
exclude(group: "javax.inject", module: "javax.inject")
36
}
37
+ implementation("org.springframework:spring-core")
38
implementation("org.springframework:spring-context")
39
40
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))
0 commit comments