risdenk commented on a change in pull request #604:
URL: https://github.com/apache/solr/pull/604#discussion_r801880208
##########
File path: solr/modules/analysis-extras/build.gradle
##########
@@ -15,25 +15,33 @@
* limitations under the License.
*/
-
apply plugin: 'java-library'
description = 'Additional analysis components'
dependencies {
api project(':solr:core')
+ implementation project(':solr:solrj')
+
implementation 'commons-io:commons-io'
- implementation "org.apache.lucene:lucene-analysis-icu"
- implementation "org.apache.lucene:lucene-analysis-smartcn"
- implementation "org.apache.lucene:lucene-analysis-morfologik"
- implementation "org.apache.lucene:lucene-analysis-opennlp"
- implementation "org.apache.lucene:lucene-analysis-smartcn"
- implementation "org.apache.lucene:lucene-analysis-stempel"
+ implementation 'com.ibm.icu:icu4j'
+ implementation 'org.apache.lucene:lucene-analysis-icu'
+ implementation 'org.apache.lucene:lucene-analysis-smartcn'
+ implementation 'org.apache.lucene:lucene-analysis-morfologik'
+ implementation 'org.apache.lucene:lucene-analysis-opennlp'
+ implementation 'org.apache.lucene:lucene-analysis-smartcn'
+ implementation 'org.apache.lucene:lucene-analysis-stempel'
+ implementation 'org.apache.lucene:lucene-core'
+ implementation 'org.apache.opennlp:opennlp-tools'
+ implementation 'org.slf4j:slf4j-api'
testImplementation project(':solr:test-framework')
+ testImplementation 'org.apache.lucene:lucene-analysis-common'
+ testImplementation 'junit:junit'
testImplementation('org.mockito:mockito-core', {
exclude group: "net.bytebuddy", module: "byte-buddy-agent"
})
- testImplementation('org.apache.logging.log4j:log4j-core')
+ testImplementation 'org.apache.logging.log4j:log4j-api'
Review comment:
Created SOLR-15991
--
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]