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:
us...@infra.apache.org



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

Reply via email to