epugh commented on code in PR #1999:
URL: https://github.com/apache/solr/pull/1999#discussion_r1353284457
##########
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:
We need https://github.com/apache/lucene/pull/448 to be merged to get us to
2.2, or we ahve to work around Lucene... Is there a better way? This is
what Jeff and I hacked in..
--
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]