From 7257d2a057de284cdcc2c3fc3f626601a36c81f1 Mon Sep 17 00:00:00 2001 From: "Code Hugger (Matthew Jones)" Date: Thu, 21 Sep 2017 10:09:43 -0400 Subject: [PATCH] SAK-33388 - Update httpclient/httpcore to newest, have all tools use shared version (#4813) --- content-review/impl/pom.xml | 10 ---------- deploy/pom.xml | 15 +++++++++++++++ master/pom.xml | 21 +++++++++++++++++++++ shortenedurl/pom.xml | 8 -------- 4 files changed, 36 insertions(+), 18 deletions(-) diff --git a/content-review/impl/pom.xml b/content-review/impl/pom.xml index fdf139ecb6cc..342e71a782fb 100644 --- a/content-review/impl/pom.xml +++ b/content-review/impl/pom.xml @@ -29,16 +29,6 @@ jdk15 2.4 - - org.apache.httpcomponents - httpclient - 4.3.1 - - - org.apache.httpcomponents - httpmime - 4.3.1 - diff --git a/deploy/pom.xml b/deploy/pom.xml index a05ba2122bec..a0c30df20d3f 100644 --- a/deploy/pom.xml +++ b/deploy/pom.xml @@ -426,6 +426,21 @@ commons-lang3 compile + + org.apache.httpcomponents + httpcore + compile + + + org.apache.httpcomponents + httpclient + compile + + + org.apache.httpcomponents + httpmime + compile + diff --git a/master/pom.xml b/master/pom.xml index 50307337c0d9..1e7b169d0761 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -90,6 +90,9 @@ org.hibernate hibernate-core 4.3.11.Final + 4.5.3 + 4.4.7 + 4.5.3 2.8.6 3.1.0 1.0 @@ -744,6 +747,24 @@ 5.3.4.Final provided + + org.apache.httpcomponents + httpcore + ${sakai.httpcore.version} + provided + + + org.apache.httpcomponents + httpclient + ${sakai.httpclient.version} + provided + + + org.apache.httpcomponents + httpmime + ${sakai.httpmime.version} + provided + org.jboss.logging jboss-logging diff --git a/shortenedurl/pom.xml b/shortenedurl/pom.xml index 144ae0fe6969..a78e9540965e 100755 --- a/shortenedurl/pom.xml +++ b/shortenedurl/pom.xml @@ -51,14 +51,6 @@ runtime - - - org.apache.httpcomponents - httpclient - 4.5.3 - compile - -