Author: psrna
Date: 2011-07-29 10:36:17 -0400 (Fri, 29 Jul 2011)
New Revision: 33353
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml
Log:
added junit dependency
Modified: trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml
===================================================================
--- trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml 2011-07-29 14:08:40 UTC (rev
33352)
+++ trunk/tests/plugins/org.jboss.tools.ui.bot.ext/pom.xml 2011-07-29 14:36:17 UTC (rev
33353)
@@ -8,6 +8,12 @@
</parent>
<groupId>org.jboss.tools.tests.plugins</groupId>
<artifactId>org.jboss.tools.ui.bot.ext</artifactId>
-
<packaging>eclipse-plugin</packaging>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.2</version>
+ </dependency>
+ </dependencies>
</project>
Show replies by date