Author: fdesbois Date: 2010-01-26 18:30:00 +0100 (Tue, 26 Jan 2010) New Revision: 18 Modified: trunk/pom.xml Log: Add Junit dependency for tests Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-26 16:41:42 UTC (rev 17) +++ trunk/pom.xml 2010-01-26 17:30:00 UTC (rev 18) @@ -45,7 +45,13 @@ <artifactId>jaxx-widgets</artifactId> <version>${jaxx.version}</version> </dependency> - + <!-- JUnit for tests --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.7</version> + <scope>test</scope> + </dependency> </dependencies> <!-- ************************************************************* -->
participants (1)
-
fdesbois@users.nuiton.org