[seam-commits] Seam SVN: r9282 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Oct 13 08:07:47 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-10-13 08:07:47 -0400 (Mon, 13 Oct 2008)
New Revision: 9282
Modified:
trunk/build/wicket.pom.xml
Log:
Oops, broke the build
Modified: trunk/build/wicket.pom.xml
===================================================================
--- trunk/build/wicket.pom.xml 2008-10-13 12:03:37 UTC (rev 9281)
+++ trunk/build/wicket.pom.xml 2008-10-13 12:07:47 UTC (rev 9282)
@@ -27,6 +27,12 @@
</dependency>
<dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassit</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-ioc</artifactId>
</dependency>
More information about the seam-commits
mailing list