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 2013/10/15 20:41:20 UTC

svn commit: r1532480 - /myfaces/test/trunk/test22/pom.xml

Author: lu4242
Date: Tue Oct 15 18:41:19 2013
New Revision: 1532480

URL: http://svn.apache.org/r1532480
Log:
small fix change JSF dependency to RI while we do a release of myfaces test

Modified:
    myfaces/test/trunk/test22/pom.xml

Modified: myfaces/test/trunk/test22/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/test/trunk/test22/pom.xml?rev=1532480&r1=1532479&r2=1532480&view=diff
==============================================================================
--- myfaces/test/trunk/test22/pom.xml (original)
+++ myfaces/test/trunk/test22/pom.xml Tue Oct 15 18:41:19 2013
@@ -92,6 +92,7 @@
             <scope>provided</scope>
         </dependency>
 
+        <!-- Comment while we have an official release
         <dependency>
             <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-api</artifactId>
@@ -104,6 +105,14 @@
             <version>${jsf-myfaces.version}</version>
             <scope>test</scope>
         </dependency>
+        -->
+        <dependency>
+            <groupId>javax.faces</groupId>
+            <artifactId>javax.faces-api</artifactId>
+            <version>2.2</version>
+            <scope>provided</scope>
+        </dependency>
+        
         <!-- Servlet 2.5 -->
         <dependency>
              <groupId>org.apache.geronimo.specs</groupId>