commit
702cf75b21
|
@ -34,6 +34,7 @@ dependencies {
|
||||||
exclude(group: "javax.enterprise", module: "cdi-api")
|
exclude(group: "javax.enterprise", module: "cdi-api")
|
||||||
exclude(group: "javax.inject", module: "javax.inject")
|
exclude(group: "javax.inject", module: "javax.inject")
|
||||||
}
|
}
|
||||||
|
implementation("org.springframework:spring-core")
|
||||||
implementation("org.springframework:spring-context")
|
implementation("org.springframework:spring-context")
|
||||||
|
|
||||||
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))
|
intTestImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-buildpack-platform"))
|
||||||
|
|
Loading…
Reference in New Issue