Simplify build.gradle for spring-boot-starter-data-solr

Closes gh-22903
pull/22996/head
Andy Wilkinson 4 years ago
parent 38baaf31d3
commit 0841eab877

@ -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: "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" exclude group: "commons-logging", module: "commons-logging"
exclude group: "org.slf4j", module: "jcl-over-slf4j"
} }
} }

Loading…
Cancel
Save