From efd3d4bb2338890ef1020ad77f50581b7f8e7662 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Sun, 11 Feb 2007 22:24:44 +0000 Subject: [PATCH] Correcting test failures reported by Wendy Smoak. Looks like an old version of plexus-component-api was being pulled in from plexus-registry. Added a fixed (closer) version of plexus-component-api to the pom.xml git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@506155 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-configuration/pom.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/archiva-configuration/pom.xml b/archiva-configuration/pom.xml index 8cdde8197..f1be14e02 100644 --- a/archiva-configuration/pom.xml +++ b/archiva-configuration/pom.xml @@ -31,18 +31,12 @@ org.codehaus.plexus - plexus-container-default + plexus-component-api org.codehaus.plexus plexus-utils - - easymock - easymock - 1.2_Java1.3 - test - commons-lang commons-lang @@ -56,6 +50,18 @@ plexus-registry 1.0-SNAPSHOT + + + easymock + easymock + 1.2_Java1.3 + test + + + org.codehaus.plexus + plexus-container-default + test +