Check starters for unnecessary exclusions

Closes gh-28332
This commit is contained in:
Andy Wilkinson
2021-10-14 12:44:35 +01:00
parent 26d0afc205
commit 2fb8c8d27e
6 changed files with 140 additions and 13 deletions

View File

@@ -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")
}