risdenk commented on code in PR #1204:
URL: https://github.com/apache/solr/pull/1204#discussion_r1037567043
##########
solr/modules/hadoop-auth/build.gradle:
##########
@@ -103,7 +103,7 @@ dependencies {
exclude group: "org.apache.yetus", module: "audience-annotations"
})
// required for instantiating a Zookeeper server in tests or embedded
- runtimeOnly ('org.xerial.snappy:snappy-java')
+ testRuntimeOnly ('org.xerial.snappy:snappy-java')
Review Comment:
However in solr/core/build.gradle - `runtimeOnly
('org.xerial.snappy:snappy-java')` exists... so I'm conflicted.
Requires more digging but not going to stop this from getting merged.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]