Merge branch '2.3.x'
Closes gh-21940
This commit is contained in:
@@ -4,7 +4,6 @@ plugins {
|
||||
id "org.springframework.boot.auto-configuration"
|
||||
id "org.springframework.boot.conventions"
|
||||
id "org.springframework.boot.deployed"
|
||||
id "org.springframework.boot.internal-dependency-management"
|
||||
id "org.springframework.boot.optional-dependencies"
|
||||
}
|
||||
|
||||
@@ -12,9 +11,7 @@ description = "Spring Boot AutoConfigure"
|
||||
|
||||
dependencies {
|
||||
api(project(":spring-boot-project:spring-boot"))
|
||||
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
|
||||
optional(platform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
optional("com.atomikos:transactions-jdbc")
|
||||
optional("com.atomikos:transactions-jta")
|
||||
optional("com.fasterxml.jackson.core:jackson-databind")
|
||||
@@ -151,7 +148,6 @@ dependencies {
|
||||
optional("org.thymeleaf.extras:thymeleaf-extras-springsecurity5")
|
||||
optional("redis.clients:jedis")
|
||||
|
||||
testImplementation(platform(project(":spring-boot-project:spring-boot-parent")))
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
testImplementation(project(":spring-boot-project:spring-boot-test"))
|
||||
testImplementation("ch.qos.logback:logback-classic")
|
||||
|
||||
Reference in New Issue
Block a user