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 2010/01/29 00:43:41 UTC

svn commit: r904307 - /myfaces/current20/test-webapp/webapp/pom.xml

Author: lu4242
Date: Thu Jan 28 23:43:40 2010
New Revision: 904307

URL: http://svn.apache.org/viewvc?rev=904307&view=rev
Log:
commons-logging is required to run ri profile

Modified:
    myfaces/current20/test-webapp/webapp/pom.xml

Modified: myfaces/current20/test-webapp/webapp/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current20/test-webapp/webapp/pom.xml?rev=904307&r1=904306&r2=904307&view=diff
==============================================================================
--- myfaces/current20/test-webapp/webapp/pom.xml (original)
+++ myfaces/current20/test-webapp/webapp/pom.xml Thu Jan 28 23:43:40 2010
@@ -211,6 +211,11 @@
                     <artifactId>jsf-impl</artifactId>
                     <version>${jsf-ri.version}</version>
                 </dependency>
+                <dependency>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                    <version>1.1.1</version>
+                </dependency>
             </dependencies>
         </profile>
         <!-- Profiles for run automated integration tests -->
@@ -343,7 +348,7 @@
     </repositories>
 
     <properties>
-        <jsf-ri.version>2.0.1</jsf-ri.version>
+        <jsf-ri.version>2.0.2-b10</jsf-ri.version>
         <jsf-myfaces.version>2.0.0-SNAPSHOT</jsf-myfaces.version>
         <maven.jetty.plugin.version>6.1.16</maven.jetty.plugin.version>
         <log4j.version>1.2.13</log4j.version>