Author: nbelaevski
Date: 2009-06-30 08:21:06 -0400 (Tue, 30 Jun 2009)
New Revision: 14751
Modified:
branches/jsf2.0/framework/impl/pom.xml
branches/jsf2.0/framework/test/pom.xml
Log:
pom files updated
Modified: branches/jsf2.0/framework/impl/pom.xml
===================================================================
--- branches/jsf2.0/framework/impl/pom.xml 2009-06-30 12:17:50 UTC (rev 14750)
+++ branches/jsf2.0/framework/impl/pom.xml 2009-06-30 12:21:06 UTC (rev 14751)
@@ -162,5 +162,10 @@
<artifactId>richfaces-api</artifactId>
<version>4.0.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/jsf2.0/framework/test/pom.xml
===================================================================
--- branches/jsf2.0/framework/test/pom.xml 2009-06-30 12:17:50 UTC (rev 14750)
+++ branches/jsf2.0/framework/test/pom.xml 2009-06-30 12:21:06 UTC (rev 14751)
@@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
- <artifactId>mojarra-jsf-impl</artifactId>
+ <artifactId>jsf-impl</artifactId>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
Show replies by date