2021-04-14 18:55:56 +02:00
|
|
|
dependencies {
|
2020-05-25 18:43:49 +02:00
|
|
|
api project(':elx-api')
|
2021-04-20 14:33:53 +02:00
|
|
|
implementation "org.xbib:time:${rootProject.property('xbib-time.version')}"
|
2020-05-25 18:43:49 +02:00
|
|
|
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
|
|
|
}
|