[seam-commits] Seam SVN: r15205 - branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-web.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Oct 8 08:26:54 EDT 2012


Author: maschmid
Date: 2012-10-08 08:26:54 -0400 (Mon, 08 Oct 2012)
New Revision: 15205

Modified:
   branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-web/pom.xml
Log:
chatroom example add missing provided servlet and jsf apis


Modified: branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-web/pom.xml	2012-10-08 12:12:27 UTC (rev 15204)
+++ branches/community/Seam_2_3/examples/remoting/chatroom/chatroom-web/pom.xml	2012-10-08 12:26:54 UTC (rev 15205)
@@ -47,6 +47,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