You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/09/22 19:17:12 UTC

[GitHub] [solr] risdenk commented on a diff in pull request #1004: SOLR-16404: Use newer clients in the Prometheus Exporter

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: issues-unsubscribe@solr.apache.org

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


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