]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1515] reduce dependencies : struts 1.x not needed :-)
authorOlivier Lamy <olamy@apache.org>
Mon, 3 Oct 2011 09:45:20 +0000 (09:45 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 3 Oct 2011 09:45:20 +0000 (09:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178359 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp/pom.xml
pom.xml

index 2837e1a289c014ffb0df1f4abf78531b33784b67..d5588a56ad9daccff891c1068f3267426e6f3b73 100644 (file)
           <groupId>velocity</groupId>
           <artifactId>velocity-dep</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>struts</groupId>
+          <artifactId>struts</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 6650fb0d5ee393c59b7b6a85f8ee0fb52ac7e367..871da06e14277f393e3358194b88460251a1d750 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     <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>