Skip to content

Commit ab2a10a

Browse files
committed
build, solrj-zookeeper: add explicit dependency on :solr:api
Arguably shouldn't be necessary but dependency checker doesn't recognize the ramifications of an "api" dependency transitivity.
1 parent 3a3e6b2 commit ab2a10a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

solr/solrj-zookeeper/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ dependencies {
3131
}
3232

3333
implementation project(':solr:solrj')
34+
implementation project(':solr:api')
3435

35-
// declare dependencies we use even though already declared by solrj-core
3636
implementation libs.slf4j.api
3737

38-
3938
implementation(libs.apache.curator.client, {
4039
exclude group: 'org.apache.zookeeper', module: 'zookeeper'
4140
})

0 commit comments

Comments
 (0)