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/04 13:48:09 UTC

svn commit: r633457 - /myfaces/orchestra/trunk/examples/pom.xml

Author: skitching
Date: Tue Mar  4 04:48:08 2008
New Revision: 633457

URL: http://svn.apache.org/viewvc?rev=633457&view=rev
Log:
Update dependency on myfaces 1.2.2 to 1.2.3-SNAPSHOT due to problems with t:updateActionListener (MYFACES-1831)

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

Modified: myfaces/orchestra/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/examples/pom.xml?rev=633457&r1=633456&r2=633457&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Tue Mar  4 04:48:08 2008
@@ -89,6 +89,12 @@
                     <version>1.1.5</version>
                     <scope>runtime</scope>
                 </dependency>
+                <dependency>
+                    <groupId>javax.el</groupId>
+                    <artifactId>el-api</artifactId>
+                    <version>1.0</version>
+                    <scope>runtime</scope>
+                </dependency>
             </dependencies>
         </profile>
 
@@ -127,9 +133,10 @@
             </activation>
             <dependencies>
                 <dependency>
+                    <!-- Need 1.2.3-SNAPSHOT due to MYFACES-1831 -->
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-api</artifactId>
-                    <version>1.2.2</version>
+                    <version>1.2.3-SNAPSHOT</version>
                     <scope>compile</scope>
                 </dependency>
                 
@@ -137,7 +144,7 @@
                 <dependency>
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-impl</artifactId>
-                    <version>1.2.2</version>
+                    <version>1.2.3-SNAPSHOT</version>
                     <scope>runtime</scope>
                 </dependency>
             </dependencies>