Author: mrdon
Date: Fri Sep 29 14:32:11 2006
New Revision: 451454

URL: http://svn.apache.org/viewvc?view=rev&rev=451454
Log:
Removing unused jsf dependency for core
WW-1457

Modified:
    struts/struts2/trunk/core/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?view=diff&rev=451454&r1=451453&r2=451454
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Fri Sep 29 14:32:11 2006
@@ -258,13 +258,6 @@
             <optional>true</optional>
         </dependency>
         
-        <dependency>
-            <groupId>myfaces</groupId>
-            <artifactId>myfaces-jsf-api</artifactId>
-            <version>1.0.9</version>
-            <optional>true</optional>
-        </dependency>
-
         <!-- Test dependencies -->
         <dependency>
             <groupId>junit</groupId>


Reply via email to