2019-02-22 11:15:22 +01:00
|
|
|
dependencies {
|
2020-05-21 23:51:40 +02:00
|
|
|
api project(':elx-common')
|
|
|
|
implementation "org.xbib.elasticsearch:transport-netty4:${rootProject.property('elasticsearch-server.version')}"
|
2020-06-09 17:18:08 +02:00
|
|
|
//testImplementation "org.xbib.elasticsearch:elasticsearch-analysis-common:${rootProject.property('elasticsearch-server.version')}"
|
2019-02-22 11:15:22 +01:00
|
|
|
}
|