From: Lee, Tian (tl5884) Date: Fri, 18 Aug 2017 15:45:23 +0000 (+0100) Subject: Revert httpclient jar version change. X-Git-Tag: v1.1.0~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fmodel-loader.git;a=commitdiff_plain;h=952a19d989b4411a479a829bb220aa0f3166cfeb Revert httpclient jar version change. - Add explicit dependency to version 4.5 instead Change-Id: Ic4491a8e0d5fe4baaf902c02c5df21b6130e23dc Issue-ID: AAI-192 Signed-off-by: Lee, Tian (tl5884) --- diff --git a/pom.xml b/pom.xml index 88e6804..9616a2f 100644 --- a/pom.xml +++ b/pom.xml @@ -161,6 +161,11 @@ sdc-distribution-client 1.1.32-SNAPSHOT + + org.apache.httpcomponents + httpclient + 4.5 + org.json json diff --git a/src/main/config/ajsc-jetty.xml b/src/main/config/ajsc-jetty.xml index 3b1a79e..f0f1e1f 100644 --- a/src/main/config/ajsc-jetty.xml +++ b/src/main/config/ajsc-jetty.xml @@ -1,90 +1,90 @@ - - - - - - - - - true - - - /etc/runner-web.xml - /etc/ajsc-override-web.xml - true - - - false - - - /extJars/httpclient-4.4.1.jar,/extJars/httpcore-4.4.1.jar,/extJars/json-20131018.jar - - - - - - - - - - - - - - - - - - - - - - - - /extApps - 10 - true - - - - - - - - - - - - - - - - - - - - - - - false - - - + ============LICENSE_END========================================================= + --> + + + + + + + true + + + /etc/runner-web.xml + /etc/ajsc-override-web.xml + true + + + false + + + /extJars/httpclient-4.5.jar,/extJars/httpcore-4.4.1.jar,/extJars/json-20131018.jar + + + + + + + + + + + + + + + + + + + + + + + + /extApps + 10 + true + + + + + + + + + + + + + + + + + + + + + + + false + + +