You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/09/02 13:39:38 UTC

svn commit: r571958 - /struts/struts2/trunk/plugins/config-browser/pom.xml

Author: mrdon
Date: Sun Sep  2 04:39:33 2007
New Revision: 571958

URL: http://svn.apache.org/viewvc?rev=571958&view=rev
Log:
Taking the Struts 1.3.5 jar out of the dependency chain WW-1715

Modified:
    struts/struts2/trunk/plugins/config-browser/pom.xml

Modified: struts/struts2/trunk/plugins/config-browser/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/config-browser/pom.xml?rev=571958&r1=571957&r2=571958&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/config-browser/pom.xml (original)
+++ struts/struts2/trunk/plugins/config-browser/pom.xml Sun Sep  2 04:39:33 2007
@@ -40,6 +40,7 @@
        <url>http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/config-browser/</url>
     </scm>
 
+    <!--
     <dependencies>
         <dependency>
             <groupId>org.apache.struts</groupId>
@@ -47,4 +48,5 @@
             <version>1.3.5</version>
         </dependency>
     </dependencies>
+    -->
 </project>