[seam-commits] Seam SVN: r15243 - branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Oct 9 10:35:02 EDT 2012
Author: manaRH
Date: 2012-10-09 10:35:02 -0400 (Tue, 09 Oct 2012)
New Revision: 15243
Modified:
branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml
Log:
don't need jdt:core dep in groovybooking example
Modified: branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml 2012-10-09 14:34:54 UTC (rev 15242)
+++ branches/enterprise/WFK-2_1/examples/groovybooking/groovybooking-web/pom.xml 2012-10-09 14:35:02 UTC (rev 15243)
@@ -68,10 +68,10 @@
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
</dependency>
- <dependency>
+ <!-- <dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
- </dependency>
+ </dependency>-->
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
More information about the seam-commits
mailing list