risdenk commented on code in PR #1004:
URL: https://github.com/apache/solr/pull/1004#discussion_r978003746
##########
solr/prometheus-exporter/build.gradle:
##########
@@ -22,6 +22,7 @@ description = 'Prometheus exporter for exposing metrics from
Solr using Metrics
dependencies {
implementation project(':solr:solrj')
+ runtimeOnly project(':solr:solrj-zookeeper')
// ideally remove ZK dep
implementation('org.apache.zookeeper:zookeeper', {
Review Comment:
@HoustonPutman The changes say removed the Zookeeper dependency, but looks
like it is still here?
--
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]