You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/03/06 16:18:27 UTC

svn commit: r634297 - /myfaces/orchestra/trunk/core/pom.xml

Author: skitching
Date: Thu Mar  6 07:18:26 2008
New Revision: 634297

URL: http://svn.apache.org/viewvc?rev=634297&view=rev
Log:
Add facelets support

Modified:
    myfaces/orchestra/trunk/core/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=634297&r1=634296&r2=634297&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Thu Mar  6 07:18:26 2008
@@ -62,6 +62,14 @@
     </dependency>
 
     <dependency>
+      <groupId>com.sun.facelets</groupId>
+      <artifactId>facelets</artifactId>
+      <version>1.1.13</version>
+      <scope>provided</scope>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
       <groupId>javax.persistence</groupId>
       <artifactId>persistence-api</artifactId>
       <version>1.0</version>