risdenk commented on code in PR #1999: URL: https://github.com/apache/solr/pull/1999#discussion_r1353290466
########## 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: try `org.apache.opennlp:opennlp*=2.2.0` in versions.props and remove this from here. It should force the upgrade to 2.2.0. -- 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