risdenk commented on code in PR #1011:
URL: https://github.com/apache/solr/pull/1011#discussion_r970786446
##########
solr/solrj/build.gradle:
##########
@@ -51,7 +51,7 @@ dependencies {
testImplementation 'org.apache.zookeeper:zookeeper'
permitTestUnusedDeclared 'org.apache.zookeeper:zookeeper'
- testImplementation 'org.apache.lucene:lucene-analysis-common'
+ //testImplementation 'org.apache.lucene:lucene-analysis-common'
Review Comment:
removed in db71b90b291cc5345d0e7da8e965135f657887f5
##########
solr/prometheus-exporter/build.gradle:
##########
@@ -43,7 +43,7 @@ dependencies {
testImplementation project(':solr:core')
testImplementation project(':solr:test-framework')
- testImplementation 'org.apache.lucene:lucene-test-framework'
+ //testImplementation 'org.apache.lucene:lucene-test-framework'
Review Comment:
Removed in db71b90b291cc5345d0e7da8e965135f657887f5
--
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]