15 May
2009
15 May
'09
12:46 p.m.
Author: tchemit Date: 2009-05-15 12:46:06 +0000 (Fri, 15 May 2009) New Revision: 505 Modified: eugene/trunk/pom.xml Log: add junit dep Modified: eugene/trunk/pom.xml =================================================================== --- eugene/trunk/pom.xml 2009-05-15 12:44:24 UTC (rev 504) +++ eugene/trunk/pom.xml 2009-05-15 12:46:06 UTC (rev 505) @@ -89,6 +89,13 @@ </exclusions> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.6</version> + <scope>test</scope> + </dependency> + </dependencies> <!-- ************************************************************* -->