From 952a19d989b4411a479a829bb220aa0f3166cfeb Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Fri, 18 Aug 2017 16:45:23 +0100 Subject: [PATCH] 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) --- pom.xml | 5 ++ src/main/config/ajsc-jetty.xml | 168 ++++++++++++++++++++--------------------- 2 files changed, 89 insertions(+), 84 deletions(-) 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 + + + -- 2.16.6