Author: lfryc(a)redhat.com
Date: 2010-12-21 08:31:29 -0500 (Tue, 21 Dec 2010)
New Revision: 20719
Modified:
modules/tests/metamer/trunk/application/pom.xml
Log:
set jsf-ri version explicitly to 2.0.3-b05
Modified: modules/tests/metamer/trunk/application/pom.xml
===================================================================
--- modules/tests/metamer/trunk/application/pom.xml 2010-12-21 13:31:08 UTC (rev 20718)
+++ modules/tests/metamer/trunk/application/pom.xml 2010-12-21 13:31:29 UTC (rev 20719)
@@ -121,6 +121,17 @@
<artifactId>javassist</artifactId>
<version>3.12.1.GA</version>
</dependency>
+
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.0.3-b05</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.0.3-b05</version>
+ </dependency>
<!--
<dependency> <groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
Show replies by date