diff options
author | Maria Odea B. Ching <oching@apache.org> | 2010-09-03 07:52:16 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2010-09-03 07:52:16 +0000 |
commit | 9baf9de1ce12d6347588583c7011b55c32810f12 (patch) | |
tree | 17219860e2cfaff29c1e754159b848c8da223756 | |
parent | 7c73d3c9d18558896bf2a06ac157ded63de18d6e (diff) | |
download | archiva-9baf9de1ce12d6347588583c7011b55c32810f12.tar.gz archiva-9baf9de1ce12d6347588583c7011b55c32810f12.zip |
exclude plexus-spring in redback-struts2-integration as 1.3-SNAPSHOT is being pulled in causing jetty:run to break
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@992227 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index ee89fe97c..f02e2beb4 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -183,6 +183,12 @@ <dependency> <groupId>org.codehaus.redback</groupId> <artifactId>redback-struts2-integration</artifactId> + <exclusions> + <exclusion> + <groupId>org.codehaus.redback</groupId> + <artifactId>plexus-spring</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.codehaus.redback</groupId> |