2019-02-22 11:15:22 +01:00
|
|
|
dependencies{
|
|
|
|
compile project(':elx-api')
|
2020-05-10 17:40:58 +02:00
|
|
|
testCompile "org.elasticsearch.plugin:transport-netty4-client:${rootProject.property('elasticsearch.version')}"
|
|
|
|
testCompile "io.netty:netty-codec-http:${project.property('netty.version')}"
|
|
|
|
testCompile "io.netty:netty-transport:${project.property('netty.version')}"
|
2019-02-22 11:15:22 +01:00
|
|
|
}
|