Skip to content

Commit 8feddb5

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. (cherry picked from commit ab2a10a)
1 parent 49503f0 commit 8feddb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/solrj-zookeeper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ 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 'org.slf4j:slf4j-api'
3737

3838
api('org.apache.zookeeper:zookeeper', {

0 commit comments

Comments
 (0)