Skip to content

Commit 0841eab

Browse files
committed
Simplify build.gradle for spring-boot-starter-data-solr
Closes gh-22903
1 parent 38baaf3 commit 0841eab

File tree

1 file changed

+2
-5
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-data-solr

1 file changed

+2
-5
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-data-solr/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ description = "Starter for using the Apache Solr search platform with Spring Dat
66

77
dependencies {
88
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") {
9+
api("org.springframework.data:spring-data-solr") {
1410
exclude group: "commons-logging", module: "commons-logging"
11+
exclude group: "org.slf4j", module: "jcl-over-slf4j"
1512
}
1613
}

0 commit comments

Comments
 (0)