[seam-commits] Seam SVN: r15268 - branches/enterprise/WFK-2_1/examples/registration/registration-web.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Oct 11 10:47:54 EDT 2012


Author: manaRH
Date: 2012-10-11 10:47:54 -0400 (Thu, 11 Oct 2012)
New Revision: 15268

Modified:
   branches/enterprise/WFK-2_1/examples/registration/registration-web/pom.xml
Log:
registration, missing provided servlet and jsf dependencies (for web.xml validation)

Modified: branches/enterprise/WFK-2_1/examples/registration/registration-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/registration/registration-web/pom.xml	2012-10-11 14:47:44 UTC (rev 15267)
+++ branches/enterprise/WFK-2_1/examples/registration/registration-web/pom.xml	2012-10-11 14:47:54 UTC (rev 15268)
@@ -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