[richfaces-svn-commits] JBoss Rich Faces SVN: r11509 - trunk/test-applications/seleniumTest.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 3 07:39:53 EST 2008


Author: konstantin.mishin
Date: 2008-12-03 07:39:53 -0500 (Wed, 03 Dec 2008)
New Revision: 11509

Modified:
   trunk/test-applications/seleniumTest/pom.xml
Log:
RF-5197
only for test

Modified: trunk/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml	2008-12-03 12:35:40 UTC (rev 11508)
+++ trunk/test-applications/seleniumTest/pom.xml	2008-12-03 12:39:53 UTC (rev 11509)
@@ -206,6 +206,17 @@
 		<module>samples</module>
 	</modules>
 	<dependencies>
+				<dependency>
+					<groupId>javax.faces</groupId>
+					<artifactId>jsf-api</artifactId>
+					<version>1.2_10</version>
+				</dependency>
+				<dependency>
+					<groupId>javax.faces</groupId>
+					<artifactId>jsf-impl</artifactId>
+					<version>1.2_10</version>
+					<scope>runtime</scope>
+				</dependency>
 		<dependency>
 			<groupId>org.testng</groupId>
 			<artifactId>testng</artifactId>




More information about the richfaces-svn-commits mailing list