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

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


Author: konstantin.mishin
Date: 2008-12-03 07:42:14 -0500 (Wed, 03 Dec 2008)
New Revision: 11510

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:39:53 UTC (rev 11509)
+++ trunk/test-applications/seleniumTest/pom.xml	2008-12-03 12:42:14 UTC (rev 11510)
@@ -207,6 +207,18 @@
 	</modules>
 	<dependencies>
 				<dependency>
+					<groupId>javax.servlet</groupId>
+					<artifactId>servlet-api</artifactId>
+					<version>2.5</version>
+					<scope>provided</scope>
+				</dependency>
+				<dependency>
+					<groupId>javax.servlet.jsp</groupId>
+					<artifactId>jsp-api</artifactId>
+					<version>2.1</version>
+					<scope>provided</scope>
+				</dependency>
+				<dependency>
 					<groupId>javax.faces</groupId>
 					<artifactId>jsf-api</artifactId>
 					<version>1.2_10</version>




More information about the richfaces-svn-commits mailing list