mirror of https://github.com/apache/lucene.git
17 lines
449 B
Groovy
17 lines
449 B
Groovy
|
|
apply plugin: 'java-library'
|
|
|
|
dependencies {
|
|
api project(':solr:core')
|
|
|
|
implementation project(':lucene:analysis:icu')
|
|
implementation project(':lucene:analysis:smartcn')
|
|
implementation project(':lucene:analysis:morfologik')
|
|
implementation project(':lucene:analysis:opennlp')
|
|
implementation project(':lucene:analysis:smartcn')
|
|
implementation project(':lucene:analysis:stempel')
|
|
|
|
testImplementation project(':solr:test-framework')
|
|
}
|
|
|