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:42:25 UTC

svn commit: r1021582 - /myfaces/commons/trunk/myfaces-commons-converters/pom.xml

Author: lu4242
Date: Tue Oct 12 01:42:24 2010
New Revision: 1021582

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

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

Modified: myfaces/commons/trunk/myfaces-commons-converters/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-converters/pom.xml?rev=1021582&r1=1021581&r2=1021582&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-converters/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-converters/pom.xml Tue Oct 12 01:42:24 2010
@@ -143,6 +143,12 @@
             <artifactId>myfaces-commons-utils12</artifactId>
             <version>${project.version}</version>
         </dependency>
+
+        <dependency>
+            <groupId>com.sun.facelets</groupId>
+            <artifactId>jsf-facelets</artifactId>
+            <scope>provided</scope>
+        </dependency>
         
         <dependency>
             <groupId>junit</groupId>