[seam-commits] Seam SVN: r15236 - branches/community/Seam_2_3/examples/wicket/wicket-web.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Oct 9 07:02:47 EDT 2012
Author: maschmid
Date: 2012-10-09 07:02:47 -0400 (Tue, 09 Oct 2012)
New Revision: 15236
Modified:
branches/community/Seam_2_3/examples/wicket/wicket-web/pom.xml
Log:
wicket example cleanup
Modified: branches/community/Seam_2_3/examples/wicket/wicket-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/wicket/wicket-web/pom.xml 2012-10-09 10:52:23 UTC (rev 15235)
+++ branches/community/Seam_2_3/examples/wicket/wicket-web/pom.xml 2012-10-09 11:02:47 UTC (rev 15236)
@@ -44,6 +44,11 @@
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</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