From 06ccf6fb074c8497b6fdac15f7d028609eda73a6 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 23 Nov 2011 00:08:26 +0000 Subject: [PATCH] enforcer commons-digester and beanutils versions used to avoid dup with redback overlay git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1205245 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-web/archiva-webapp/pom.xml | 51 ++++++++++++++++--- pom.xml | 22 ++++++++ 2 files changed, 67 insertions(+), 6 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index f97b2a9e6..861c61f1e 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -234,6 +234,30 @@ commons-configuration commons-configuration + + + commons-beanutils + commons-beanutils-core + + + commons-logging + commons-logging + + + + + commons-digester + commons-digester + + + commons-logging + commons-logging + + + + + commons-beanutils + commons-beanutils commons-logging @@ -338,12 +362,7 @@ - - org.codehaus.redback - redback-struts2-content - war - runtime - + org.codehaus.redback redback-struts2-integration @@ -383,6 +402,14 @@ + + + org.codehaus.redback + redback-struts2-content + runtime + war + + org.apache.archiva @@ -723,6 +750,18 @@ true + + + redback-contents + org.codehaus.redback + redback-struts2-content + + WEB-INF/lib/**.jar + WEB-INF/web.xml + META-INF/** + + + diff --git a/pom.xml b/pom.xml index 713a9e7ce..5afca4895 100644 --- a/pom.xml +++ b/pom.xml @@ -551,6 +551,28 @@ + + commons-digester + commons-digester + 1.8.1 + + + commons-logging + commons-logging + + + + + commons-beanutils + commons-beanutils + 1.8.3 + + + commons-logging + commons-logging + + + commons-collections commons-collections -- 2.39.5