2019-02-22 11:15:22 +01:00
|
|
|
dependencies{
|
2020-05-25 18:43:49 +02:00
|
|
|
api project(':elx-api')
|
|
|
|
testImplementation "org.elasticsearch.plugin:transport-netty4-client:${rootProject.property('elasticsearch.version')}"
|
|
|
|
testImplementation "io.netty:netty-codec-http:${project.property('netty.version')}"
|
|
|
|
testImplementation "io.netty:netty-transport:${project.property('netty.version')}"
|
2019-02-22 11:15:22 +01:00
|
|
|
}
|