You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/07/01 02:39:27 UTC

[GitHub] [lucene-solr] ErickErickson commented on a change in pull request #1634: SOLR-14592: Upgrade Zookeeper to 3.6.1

ErickErickson commented on a change in pull request #1634:
URL: https://github.com/apache/lucene-solr/pull/1634#discussion_r448083526



##########
File path: solr/core/build.gradle
##########
@@ -138,6 +138,8 @@ dependencies {
 
   testImplementation ('com.sun.jersey:jersey-servlet') { transitive = false }
 
+  // required for instantiating a Zookeeper server in tests or embedded
+  runtimeOnly ('org.xerial.snappy:snappy-java') { transitive = false }

Review comment:
       I'm not sure there are any. There's probably a nifty way to make Gradle _tell_ me what the dependencies are, and "gradlew dependencies" seems to work for most other packages, but even if I rebuild with transitive = true, then run "gradlew dependencies", there are no dependencies shown for snappy. Hints?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org