mirror of https://github.com/apache/lucene.git
16 lines
347 B
Groovy
16 lines
347 B
Groovy
|
|
apply plugin: 'java-library'
|
|
|
|
dependencies {
|
|
implementation project(':solr:core')
|
|
|
|
implementation ('org.apache.tika:tika-core') { transitive = false }
|
|
|
|
implementation 'com.cybozu.labs:langdetect'
|
|
implementation 'net.arnx:jsonic'
|
|
implementation 'org.apache.opennlp:opennlp-tools'
|
|
|
|
|
|
testImplementation project(':solr:test-framework')
|
|
}
|