risdenk commented on PR #1427: URL: https://github.com/apache/solr/pull/1427#issuecomment-1451904870
I wouldn't upgrade this until Hadoop upgrades. We pull this in in hadoop-auth currently: ``` # git grep -F curator **/build.gradle solr/modules/hadoop-auth/build.gradle: implementation 'org.apache.curator:curator-client' solr/modules/hadoop-auth/build.gradle: implementation 'org.apache.curator:curator-framework' solr/modules/hadoop-auth/build.gradle: runtimeOnly 'org.apache.curator:curator-recipes' ``` -- 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]
