[richfaces-svn-commits] JBoss Rich Faces SVN: r2059 - trunk/samples.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 3 15:33:52 EDT 2007


Author: ishabalov
Date: 2007-08-03 15:33:52 -0400 (Fri, 03 Aug 2007)
New Revision: 2059

Modified:
   trunk/samples/pom.xml
Log:
Fixed tomcat 6 configuration

Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml	2007-08-03 17:41:23 UTC (rev 2058)
+++ trunk/samples/pom.xml	2007-08-03 19:33:52 UTC (rev 2059)
@@ -333,6 +333,18 @@
 					<version>1.2_04</version>
 					<scope>runtime</scope>
 				</dependency>
+				<dependency>
+					<groupId>javax.el</groupId>
+					<artifactId>el-api</artifactId>
+					<version>1.0</version>
+					<scope>provided</scope>
+				</dependency>
+				<dependency>
+					<groupId>el-impl</groupId>
+					<artifactId>el-impl</artifactId>
+					<version>1.0</version>
+					<scope>provided</scope>
+				</dependency>
 			</dependencies>
 		</profile>
 		<profile>




More information about the richfaces-svn-commits mailing list