2019-02-22 11:15:22 +01:00
|
|
|
dependencies {
|
2020-05-25 18:43:49 +02:00
|
|
|
api "org.xbib:metrics-common:${project.property('xbib-metrics.version')}"
|
2020-06-04 20:22:51 +02:00
|
|
|
api "org.elasticsearch:elasticsearch:${project.property('elasticsearch.version')}"
|
2021-10-26 16:46:14 +02:00
|
|
|
// override old artifacts in ES x-content. We must use jackson smile/cbor/yaml and log4j2 api here.
|
2020-06-04 20:22:51 +02:00
|
|
|
api "com.fasterxml.jackson.core:jackson-core:${project.property('jackson.version')}"
|
|
|
|
api "org.apache.logging.log4j:log4j-api:${project.property('log4j.version')}"
|
2020-05-25 18:43:49 +02:00
|
|
|
}
|