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/08 19:51:26 UTC

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

Author: skitching
Date: Sat Mar  8 10:51:24 2008
New Revision: 635038

URL: http://svn.apache.org/viewvc?rev=635038&view=rev
Log:
Upgrade to snapshots of myfaces core and tomahawk, to work around nasty bugs in both.

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=635038&r1=635037&r2=635038&view=diff
==============================================================================
--- myfaces/orchestra/trunk/examples/pom.xml (original)
+++ myfaces/orchestra/trunk/examples/pom.xml Sat Mar  8 10:51:24 2008
@@ -79,14 +79,14 @@
                 <dependency>
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-api</artifactId>
-                    <version>1.1.5</version>
+                    <version>1.1.6-SNAPSHOT</version>
                 </dependency>
 
                 <!-- needed just to run jetty -->
                 <dependency>
                     <groupId>org.apache.myfaces.core</groupId>
                     <artifactId>myfaces-impl</artifactId>
-                    <version>1.1.5</version>
+                    <version>1.1.6-SNAPSHOT</version>
                     <scope>runtime</scope>
                 </dependency>
                 <dependency>
@@ -220,7 +220,7 @@
         <dependency>
             <groupId>org.apache.myfaces.tomahawk</groupId>
             <artifactId>tomahawk</artifactId>
-            <version>${tomahawk.version}</version>
+            <version>1.1.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.tomahawk</groupId>
@@ -269,6 +269,12 @@
             <scope>runtime</scope>
         </dependency>
 
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.13</version>
+            <scope>runtime</scope>
+        </dependency>
     </dependencies>
 
     <build>