mirror of
https://github.com/apache/archiva.git
synced 2025-02-08 11:06:03 +00:00
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:
parent
7c73d3c9d1
commit
9baf9de1ce
@ -183,6 +183,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.redback</groupId>
|
<groupId>org.codehaus.redback</groupId>
|
||||||
<artifactId>redback-struts2-integration</artifactId>
|
<artifactId>redback-struts2-integration</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.codehaus.redback</groupId>
|
||||||
|
<artifactId>plexus-spring</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.redback</groupId>
|
<groupId>org.codehaus.redback</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user