[seam-commits] Seam SVN: r12358 - modules/drools/trunk/core.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Apr 1 12:40:55 EDT 2010


Author: tsurdilovic
Date: 2010-04-01 12:40:55 -0400 (Thu, 01 Apr 2010)
New Revision: 12358

Modified:
   modules/drools/trunk/core/pom.xml
Log:
added back dependency for drools-workitems

Modified: modules/drools/trunk/core/pom.xml
===================================================================
--- modules/drools/trunk/core/pom.xml	2010-04-01 16:39:57 UTC (rev 12357)
+++ modules/drools/trunk/core/pom.xml	2010-04-01 16:40:55 UTC (rev 12358)
@@ -51,12 +51,10 @@
 			<groupId>org.drools</groupId>
 			<artifactId>drools-decisiontables</artifactId>
 		</dependency>
-		<!--  TODO add back and check where
-			      org.apache.commons:commons-cli:2.0-SNAPSHOT -->
-		<!--  <dependency>
+		<dependency>
 			<groupId>org.drools</groupId>
 			<artifactId>drools-workitems</artifactId>
-		</dependency> -->
+		</dependency>
 		<!-- Test Dependencies -->
 		<dependency>
 			<groupId>junit</groupId>



More information about the seam-commits mailing list