We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38baaf3 commit 0841eabCopy full SHA for 0841eab
spring-boot-project/spring-boot-starters/spring-boot-starter-data-solr/build.gradle
@@ -6,11 +6,8 @@ description = "Starter for using the Apache Solr search platform with Spring Dat
6
7
dependencies {
8
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
9
- api("org.apache.solr:solr-solrj") {
10
- exclude group: "org.slf4j", module: "jcl-over-slf4j"
11
- }
12
- api("org.springframework.data:spring-data-solr")
13
- api("org.apache.httpcomponents:httpmime") {
+ api("org.springframework.data:spring-data-solr") {
14
exclude group: "commons-logging", module: "commons-logging"
+ exclude group: "org.slf4j", module: "jcl-over-slf4j"
15
}
16
0 commit comments