From: Michael Lando Date: Mon, 21 May 2018 13:57:56 +0000 (+0300) Subject: update onboarding http client X-Git-Tag: v1.2.0~34 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F48367%2F2;p=sdc.git update onboarding http client as request for security 4.5.3 Change-Id: Ifa5bd1a6f2edef25f7ddb80b0cd4b3bc9b8b874a Issue-ID: SDC-1319 Signed-off-by: Michael Lando --- diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 8d43c51028..21a4d8244e 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -67,7 +67,8 @@ 2.3.26-incubating 5.3.3.Final - 4.4.1 + 4.5.3 + 4.4.1 4.1.2 2.7.7 2.2.11 diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml index 1a5360f6e0..bdafc6b802 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml @@ -64,7 +64,7 @@ org.apache.httpcomponents httpcore - ${http.client.version} + ${http.core.version} diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml index 319b0285cb..b716f98df8 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml @@ -137,7 +137,7 @@ org.apache.httpcomponents httpclient - 4.3.6 + ${http.client.version} org.apache.cxf diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml index 2999b08211..91ee1a14d1 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml @@ -48,7 +48,7 @@ org.apache.httpcomponents httpcore - ${http.client.version} + ${http.core.version} diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml index fb55d28017..eccc5731d9 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml @@ -47,13 +47,13 @@ org.apache.httpcomponents httpclient - 4.4.1 + ${http.client.version} provided org.apache.httpcomponents httpcore - 4.4.1 + ${http.core.version} provided