elx/elx-common/build.gradle

7 lines
347 B
Groovy
Raw Normal View History

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 "org.xbib:netty-http-client:${project.property('xbib-netty-http.version')}"
}