HoustonPutman commented on code in PR #1004: URL: https://github.com/apache/solr/pull/1004#discussion_r978011019
########## 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: I would need to change solrj-zookeeper for that. I'll do it in a separate PR/Issue. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org