elx/elx-node/build.gradle

6 lines
301 B
Groovy
Raw Normal View History

dependencies {
2020-05-21 23:51:40 +02:00
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')}"
}