From: <jbo...@li...> - 2005-12-28 01:18:24
|
Author: mar...@jb... Date: 2005-12-27 20:18:15 -0500 (Tue, 27 Dec 2005) New Revision: 1940 Modified: trunk/labs/jbossrules/pom.xml Log: JBRULES-4 -Continuum says its missing junit, so added it to parent POM. I'm told this shouldn't be necessary though. Modified: trunk/labs/jbossrules/pom.xml =================================================================== --- trunk/labs/jbossrules/pom.xml 2005-12-28 00:44:05 UTC (rev 1939) +++ trunk/labs/jbossrules/pom.xml 2005-12-28 01:18:15 UTC (rev 1940) @@ -191,6 +191,15 @@ <url>http://www.codehaus.org/</url> </organization> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> + <build> </build> |