[seam-commits] Seam SVN: r15204 - branches/community/Seam_2_3/examples/registration/registration-web.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Oct 8 08:12:27 EDT 2012
Author: maschmid
Date: 2012-10-08 08:12:27 -0400 (Mon, 08 Oct 2012)
New Revision: 15204
Modified:
branches/community/Seam_2_3/examples/registration/registration-web/pom.xml
Log:
registration, missing provided servlet and jsf dependencies (for web.xml validation)
Modified: branches/community/Seam_2_3/examples/registration/registration-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/registration/registration-web/pom.xml 2012-10-08 11:50:42 UTC (rev 15203)
+++ branches/community/Seam_2_3/examples/registration/registration-web/pom.xml 2012-10-08 12:12:27 UTC (rev 15204)
@@ -49,6 +49,16 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</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