risdenk commented on code in PR #1999: URL: https://github.com/apache/solr/pull/1999#discussion_r1353305852
########## solr/modules/analysis-extras/build.gradle: ########## @@ -19,6 +19,13 @@ apply plugin: 'java-library' description = 'Additional analysis components' +configurations.all { + resolutionStrategy { + force 'org.apache.opennlp:opennlp-tools:2.2.0' + force 'org.apache.opennlp:opennlp-dl:2.2.0' + } +} + Review Comment: make sure to run `./gradlew --write-locks` to make sure it takes into account `versions.props` changes. -- 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