update onboarding http client 67/48367/2
authorMichael Lando <ml636r@att.com>
Mon, 21 May 2018 13:57:56 +0000 (16:57 +0300)
committerAvi Gaffa <avi.gaffa@amdocs.com>
Tue, 22 May 2018 10:37:35 +0000 (10:37 +0000)
as request for security 4.5.3

Change-Id: Ifa5bd1a6f2edef25f7ddb80b0cd4b3bc9b8b874a
Issue-ID: SDC-1319
Signed-off-by: Michael Lando <ml636r@att.com>
onboarding/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml
openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml

index 8d43c51..21a4d82 100644 (file)
@@ -67,7 +67,8 @@
         <freemarker.version>2.3.26-incubating</freemarker.version>
         <hibernate.validator.version>5.3.3.Final
         </hibernate.validator.version> <!--5.3.1.Final changed to 5.3.3.Final to include jboss-logging 3.3.0.Final for 1702 -->
-        <http.client.version>4.4.1</http.client.version>
+        <http.client.version>4.5.3</http.client.version>
+        <http.core.version>4.4.1</http.core.version>
         <httpasyncclient.version>4.1.2</httpasyncclient.version>
         <janino.version>2.7.7</janino.version>
         <jaxb.impl.version>2.2.11</jaxb.impl.version>
index 1a5360f..bdafc6b 100644 (file)
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpcore</artifactId>
-            <version>${http.client.version}</version>
+            <version>${http.core.version}</version>
         </dependency>
 
         <dependency>
index 319b028..b716f98 100644 (file)
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.3.6</version>
+            <version>${http.client.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
index 2999b08..91ee1a1 100644 (file)
@@ -48,7 +48,7 @@
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpcore</artifactId>
-                       <version>${http.client.version}</version>
+                       <version>${http.core.version}</version>
                </dependency>
 
                <!-- Java Stuff -->
index fb55d28..eccc573 100644 (file)
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpclient</artifactId>
-            <version>4.4.1</version>
+            <version>${http.client.version}</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpcore</artifactId>
-            <version>4.4.1</version>
+            <version>${http.core.version}</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>