[seam-commits] Seam SVN: r15211 - branches/community/Seam_2_3/examples/restbay/restbay-web.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Oct 8 08:31:06 EDT 2012
Author: maschmid
Date: 2012-10-08 08:31:06 -0400 (Mon, 08 Oct 2012)
New Revision: 15211
Modified:
branches/community/Seam_2_3/examples/restbay/restbay-web/pom.xml
Log:
restbay add missing provided servlet/jsp apis
Modified: branches/community/Seam_2_3/examples/restbay/restbay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/restbay/restbay-web/pom.xml 2012-10-08 12:30:26 UTC (rev 15210)
+++ branches/community/Seam_2_3/examples/restbay/restbay-web/pom.xml 2012-10-08 12:31:06 UTC (rev 15211)
@@ -45,6 +45,16 @@
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.faces</groupId>
+ <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
More information about the seam-commits
mailing list