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 3a3e6b2 commit ab2a10aCopy full SHA for ab2a10a
solr/solrj-zookeeper/build.gradle
@@ -31,11 +31,10 @@ dependencies {
31
}
32
33
implementation project(':solr:solrj')
34
+ implementation project(':solr:api')
35
- // declare dependencies we use even though already declared by solrj-core
36
implementation libs.slf4j.api
37
38
-
39
implementation(libs.apache.curator.client, {
40
exclude group: 'org.apache.zookeeper', module: 'zookeeper'
41
})
0 commit comments