From 85838051e1823b16d970c784def4478598cb6075 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 17 Feb 2012 11:36:45 +0000 Subject: [PATCH] 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 --- .../archiva-web/archiva-webapp-js/pom.xml | 22 +++++++++++++++++++ .../archiva-web/archiva-webapp/pom.xml | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) 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 -- 2.39.5