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