[jboss-svn-commits] JBL Code SVN: r28008 - labs/jbossrules/trunk/drools-core.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jul 14 10:52:17 EDT 2009
Author: mark.proctor at jboss.com
Date: 2009-07-14 10:52:17 -0400 (Tue, 14 Jul 2009)
New Revision: 28008
Modified:
labs/jbossrules/trunk/drools-core/pom.xml
Log:
JBRULES-2126 Simulation and testing framwork
-removed the junit dependency and the need for it.
Modified: labs/jbossrules/trunk/drools-core/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-core/pom.xml 2009-07-14 14:52:06 UTC (rev 28007)
+++ labs/jbossrules/trunk/drools-core/pom.xml 2009-07-14 14:52:17 UTC (rev 28008)
@@ -33,13 +33,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.6</version>
- </dependency>
+ </dependency>
</dependencies>
<build>
More information about the jboss-svn-commits
mailing list