[seam-commits] Seam SVN: r15270 - branches/enterprise/WFK-2_1/examples/restbay/restbay-web.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 11 10:48:06 EDT 2012
Author: manaRH
Date: 2012-10-11 10:48:06 -0400 (Thu, 11 Oct 2012)
New Revision: 15270
Modified:
branches/enterprise/WFK-2_1/examples/restbay/restbay-web/pom.xml
Log:
restbay add missing provided servlet/jsp apis
Modified: branches/enterprise/WFK-2_1/examples/restbay/restbay-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/restbay/restbay-web/pom.xml 2012-10-11 14:48:00 UTC (rev 15269)
+++ branches/enterprise/WFK-2_1/examples/restbay/restbay-web/pom.xml 2012-10-11 14:48:06 UTC (rev 15270)
@@ -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