You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jm...@apache.org on 2007/03/15 13:58:12 UTC

svn commit: r518612 - /struts/struts2/trunk/plugins/jsf/pom.xml

Author: jmitchell
Date: Thu Mar 15 05:58:12 2007
New Revision: 518612

URL: http://svn.apache.org/viewvc?view=rev&rev=518612
Log:
WW-1767 Remove Struts 2 JSF Plugin's dependency on Struts 1.3.8 -- probably an oversight

Modified:
    struts/struts2/trunk/plugins/jsf/pom.xml

Modified: struts/struts2/trunk/plugins/jsf/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/jsf/pom.xml?view=diff&rev=518612&r1=518611&r2=518612
==============================================================================
--- struts/struts2/trunk/plugins/jsf/pom.xml (original)
+++ struts/struts2/trunk/plugins/jsf/pom.xml Thu Mar 15 05:58:12 2007
@@ -19,11 +19,6 @@
     </scm>
 
     <dependencies>
-        <dependency>
-            <groupId>org.apache.struts</groupId>
-            <artifactId>struts-core</artifactId>
-            <version>1.3.5</version>
-        </dependency>
 
         <dependency>
             <groupId>myfaces</groupId>