[seam-commits] Seam SVN: r15235 - branches/community/Seam_2_3/examples/ui/ui-web.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 9 06:52:24 EDT 2012


Author: maschmid
Date: 2012-10-09 06:52:23 -0400 (Tue, 09 Oct 2012)
New Revision: 15235

Modified:
   branches/community/Seam_2_3/examples/ui/ui-web/pom.xml
Log:
ui example cleanup


Modified: branches/community/Seam_2_3/examples/ui/ui-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/ui/ui-web/pom.xml	2012-10-09 10:23:53 UTC (rev 15234)
+++ branches/community/Seam_2_3/examples/ui/ui-web/pom.xml	2012-10-09 10:52:23 UTC (rev 15235)
@@ -55,6 +55,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.jboss.spec.javax.servlet</groupId>
+            <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
             <groupId>com.sun.faces</groupId>
             <artifactId>jsf-impl</artifactId>
             <scope>provided</scope>



More information about the seam-commits mailing list