From 47710933b7bab03a2f9ffab0dec499ec2ea433ba Mon Sep 17 00:00:00 2001 From: skygo Date: Fri, 14 Sep 2012 11:25:44 +0000 Subject: [PATCH] MRM-1515 remove spring-test from war remove jaxb (as we are 1.6) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1384727 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-base/archiva-configuration/pom.xml | 12 ++++++++++++ .../archiva-web/archiva-webapp-js/pom.xml | 12 ++++++++++++ archiva-modules/archiva-web/archiva-webapp/pom.xml | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/archiva-modules/archiva-base/archiva-configuration/pom.xml b/archiva-modules/archiva-base/archiva-configuration/pom.xml index 281668521..344cefc1c 100644 --- a/archiva-modules/archiva-base/archiva-configuration/pom.xml +++ b/archiva-modules/archiva-base/archiva-configuration/pom.xml @@ -32,10 +32,22 @@ org.apache.archiva.redback.components.registry spring-registry-api + + + org.springframework + spring-test + + org.apache.archiva.redback.components.registry spring-registry-commons + + + org.springframework + spring-test + + commons-configuration diff --git a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml index 84ed45085..4fb5f4753 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-js/pom.xml @@ -730,6 +730,14 @@ org.codehaus.jettison jettison + + com.sun.xml.bind + jaxb-impl + + + javax.xml.bind + jaxb-api + @@ -794,6 +802,10 @@ org.slf4j slf4j-simple + + org.springframework + spring-test + diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index e8aa1cb56..27d6fc0e4 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -448,6 +448,14 @@ org.codehaus.jettison jettison + + com.sun.xml.bind + jaxb-impl + + + javax.xml.bind + jaxb-api + @@ -939,6 +947,10 @@ org.slf4j slf4j-simple + + org.springframework + spring-test + -- 2.39.5