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
This commit is contained in:
Maria Odea B. Ching 2010-09-03 07:52:16 +00:00
parent 7c73d3c9d1
commit 9baf9de1ce
1 changed files with 6 additions and 0 deletions

View File

@ -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>