5 lines
299 B
Groovy
5 lines
299 B
Groovy
dependencies{
|
|
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')}"
|
|
}
|