Check starters for unnecessary exclusions
Closes gh-28332
This commit is contained in:
@@ -8,7 +8,5 @@ dependencies {
|
||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
||||
api("io.projectreactor:reactor-core")
|
||||
api("io.reactivex:rxjava-reactive-streams")
|
||||
api("org.springframework.data:spring-data-couchbase") {
|
||||
exclude group: "com.couchbase.client", module: "encryption"
|
||||
}
|
||||
api("org.springframework.data:spring-data-couchbase")
|
||||
}
|
||||
|
||||
@@ -6,7 +6,5 @@ description = "Starter for using Couchbase document-oriented database and Spring
|
||||
|
||||
dependencies {
|
||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
||||
api("org.springframework.data:spring-data-couchbase") {
|
||||
exclude group: "com.couchbase.client", module: "encryption"
|
||||
}
|
||||
api("org.springframework.data:spring-data-couchbase")
|
||||
}
|
||||
|
||||
@@ -6,8 +6,5 @@ description = "Starter for using the Apache Solr search platform with Spring Dat
|
||||
|
||||
dependencies {
|
||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
||||
api("org.springframework.data:spring-data-solr") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
exclude group: "org.slf4j", module: "jcl-over-slf4j"
|
||||
}
|
||||
api("org.springframework.data:spring-data-solr")
|
||||
}
|
||||
|
||||
@@ -18,7 +18,5 @@ dependencies {
|
||||
api("org.skyscreamer:jsonassert")
|
||||
api("org.springframework:spring-core")
|
||||
api("org.springframework:spring-test")
|
||||
api("org.xmlunit:xmlunit-core") {
|
||||
exclude group: "javax.xml.bind", module: "jaxb-api"
|
||||
}
|
||||
api("org.xmlunit:xmlunit-core")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user