[richfaces-svn-commits] JBoss Rich Faces SVN: r9050 - trunk/test-applications.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Jun 16 08:17:06 EDT 2008
Author: ayanul
Date: 2008-06-16 08:17:06 -0400 (Mon, 16 Jun 2008)
New Revision: 9050
Modified:
trunk/test-applications/pom.xml
Log:
add servlet-api
Modified: trunk/test-applications/pom.xml
===================================================================
--- trunk/test-applications/pom.xml 2008-06-16 11:31:40 UTC (rev 9049)
+++ trunk/test-applications/pom.xml 2008-06-16 12:17:06 UTC (rev 9050)
@@ -91,6 +91,11 @@
<groupId>org.richfaces.framework</groupId>
<version>${rfVersion}</version>
</dependency>
+ <dependency>
+ <artifactId>servlet-api</artifactId>
+ <groupId>javax.servlet</groupId>
+ <version>2.5</version>
+ </dependency>
</dependencies>
<profiles>
More information about the richfaces-svn-commits
mailing list