diff --git a/elx-api/build.gradle b/elx-api/build.gradle index 93445e2..b4a9e61 100644 --- a/elx-api/build.gradle +++ b/elx-api/build.gradle @@ -1,7 +1,7 @@ dependencies { api libs.metrics api libs.elasticsearch - // override old artifacts in ES x-content. We must use jackson smile/cbor/yaml and log4j2 api here. + // override older artifacts in ES x-content. We must use jackson smile/cbor/yaml and log4j2 api here. api libs.jackson api libs.log4j.api // add dependencies which are not managed by elasticsearch as a runtime dependency. diff --git a/elx-http/src/main/java/org/xbib/elx/http/HttpAction.java b/elx-http/src/main/java/org/xbib/elx/http/HttpAction.java index 3ebafba..29d77e0 100644 --- a/elx-http/src/main/java/org/xbib/elx/http/HttpAction.java +++ b/elx-http/src/main/java/org/xbib/elx/http/HttpAction.java @@ -141,7 +141,9 @@ public abstract class HttpAction