5 lines
301 B
Groovy
5 lines
301 B
Groovy
dependencies {
|
|
api project(':elx-common')
|
|
implementation "org.xbib.elasticsearch:transport-netty4:${rootProject.property('elasticsearch-server.version')}"
|
|
//testImplementation "org.xbib.elasticsearch:elasticsearch-analysis-common:${rootProject.property('elasticsearch-server.version')}"
|
|
}
|