mirror of https://github.com/apache/archiva.git
[MRM-1515] reduce dependencies : struts 1.x not needed :-)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178359 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9df6e4404
commit
d9478104fe
|
@ -470,6 +470,10 @@
|
|||
<groupId>velocity</groupId>
|
||||
<artifactId>velocity-dep</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>struts</groupId>
|
||||
<artifactId>struts</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -1383,6 +1383,7 @@
|
|||
<exclude>javax.sql:jdbc-stdext</exclude>
|
||||
<exclude>ant:ant-optional</exclude>
|
||||
<exclude>xom:xom</exclude>
|
||||
<exclude>struts:struts</exclude>
|
||||
<exclude>org.codehaus.plexus:plexus-xwork-integration</exclude>
|
||||
<exclude>org.codehaus.plexus:plexus-component-api</exclude>
|
||||
<exclude>org.codehaus.plexus:plexus-container-default</exclude>
|
||||
|
|
Loading…
Reference in New Issue