Merge branch '2.3.x'

Closes gh-22904
This commit is contained in:
Andy Wilkinson 2020-08-12 11:40:48 +01:00
commit 520cfa4638
1 changed files with 2 additions and 5 deletions

View File

@ -6,11 +6,8 @@ description = "Starter for using the Apache Solr search platform with Spring Dat
dependencies { dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter")) api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.apache.solr:solr-solrj") { api("org.springframework.data:spring-data-solr") {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "org.slf4j", module: "jcl-over-slf4j" exclude group: "org.slf4j", module: "jcl-over-slf4j"
} }
api("org.springframework.data:spring-data-solr")
api("org.apache.httpcomponents:httpmime") {
exclude group: "commons-logging", module: "commons-logging"
}
} }