From: Olivier Lamy Date: Fri, 17 Feb 2012 11:36:45 +0000 (+0000) Subject: ensure we use correct httpclient version in webapp* with adding dependency X-Git-Tag: archiva-1.4-M3~1264 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=85838051e1823b16d970c784def4478598cb6075;p=archiva.git ensure we use correct httpclient version in webapp* with adding dependency git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1245406 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index 2224e2f7f..636c40935 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -237,6 +237,28 @@ wagon-file runtime + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpcore + ${httpclient.core.version} + + + commons-logging + commons-logging + + + org.apache.archiva archiva-repository-layer diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 3f3fdd2ff..e2b891e01 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -609,6 +609,28 @@ wagon-file runtime + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpcore + ${httpclient.core.version} + + + commons-logging + commons-logging + + + commons-logging commons-logging-api