Author: wsmoak
Date: Sat Jun 10 19:32:54 2006
New Revision: 413402

URL: http://svn.apache.org/viewvc?rev=413402&view=rev
Log:
Remove the JSF API exclusion, since it is marked optional in the Spring 1.2.5 
pom.
Modified:
    struts/shale/branches/mvn_reorg/shale-spring/pom.xml

Modified: struts/shale/branches/mvn_reorg/shale-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-spring/pom.xml?rev=413402&r1=413401&r2=413402&view=diff
==============================================================================
--- struts/shale/branches/mvn_reorg/shale-spring/pom.xml (original)
+++ struts/shale/branches/mvn_reorg/shale-spring/pom.xml Sat Jun 10 19:32:54 
2006
@@ -62,12 +62,6 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
             <version>1.2.5</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>javax.faces</groupId>
-                    <artifactId>jsf-api</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
 
     </dependencies>


Reply via email to