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/07 14:15:44 UTC

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

Author: skitching
Date: Fri Mar  7 05:15:44 2008
New Revision: 634660

URL: http://svn.apache.org/viewvc?rev=634660&view=rev
Log:
Fix incorrect dependency

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=634660&r1=634659&r2=634660&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Fri Mar  7 05:15:44 2008
@@ -63,8 +63,8 @@
 
     <dependency>
       <groupId>com.sun.facelets</groupId>
-      <artifactId>facelets</artifactId>
-      <version>1.1.13</version>
+      <artifactId>jsf-facelets</artifactId>
+      <version>1.1.11</version>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>