Author: olamy
Date: Mon Oct  3 09:45:20 2011
New Revision: 1178359

URL: http://svn.apache.org/viewvc?rev=1178359&view=rev
Log:
[MRM-1515] reduce dependencies : struts 1.x not needed :-)

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml
    archiva/trunk/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml?rev=1178359&r1=1178358&r2=1178359&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml Mon Oct  3 
09:45:20 2011
@@ -470,6 +470,10 @@
           <groupId>velocity</groupId>
           <artifactId>velocity-dep</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>struts</groupId>
+          <artifactId>struts</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>

Modified: archiva/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1178359&r1=1178358&r2=1178359&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Mon Oct  3 09:45:20 2011
@@ -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>


Reply via email to