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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Apr 1 12:39:57 EDT 2010


Author: tsurdilovic
Date: 2010-04-01 12:39:57 -0400 (Thu, 01 Apr 2010)
New Revision: 12357

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

Modified: modules/drools/trunk/pom.xml
===================================================================
--- modules/drools/trunk/pom.xml	2010-04-01 13:40:29 UTC (rev 12356)
+++ modules/drools/trunk/pom.xml	2010-04-01 16:39:57 UTC (rev 12357)
@@ -100,13 +100,11 @@
 				<artifactId>drools-decisiontables</artifactId>
 				<version>5.1.0.M1</version>
 			</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>
 				<version>5.1.0.M1</version>
-			</dependency> -->
+			</dependency>
 			<!-- Test Dependencies -->
 			<dependency>
 				<groupId>junit</groupId>



More information about the seam-commits mailing list