You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/10/12 03:41:23 UTC

svn commit: r1021580 - /myfaces/commons/trunk/myfaces-commons-components/pom.xml

Author: lu4242
Date: Tue Oct 12 01:41:23 2010
New Revision: 1021580

URL: http://svn.apache.org/viewvc?rev=1021580&view=rev
Log:
update facelets dependency

Modified:
    myfaces/commons/trunk/myfaces-commons-components/pom.xml

Modified: myfaces/commons/trunk/myfaces-commons-components/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-components/pom.xml?rev=1021580&r1=1021579&r2=1021580&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-components/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-components/pom.xml Tue Oct 12 01:41:23 2010
@@ -154,12 +154,10 @@
         </dependency>
         
         <dependency>
-	    <groupId>com.sun.facelets</groupId>
-	    <artifactId>jsf-facelets</artifactId>
-	    <version>1.1.14</version>
-	    <scope>provided</scope>
-	</dependency>
-
+            <groupId>com.sun.facelets</groupId>
+            <artifactId>jsf-facelets</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>