elx/elx-common/build.gradle

6 lines
299 B
Groovy
Raw Normal View History

dependencies{
2020-05-21 23:51:40 +02:00
api project(':elx-api')
testImplementation "org.xbib.elasticsearch:elasticsearch-analysis-common:${rootProject.property('elasticsearch-server.version')}"
testImplementation "org.xbib.elasticsearch:transport-netty4:${rootProject.property('elasticsearch-server.version')}"
}