Author: aco
Date: Wed Jun  7 22:23:15 2006
New Revision: 412665

URL: http://svn.apache.org/viewvc?rev=412665&view=rev
Log:
Added junit dependency to pom.

Modified:
    incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/pom.xml

Modified: incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/pom.xml?rev=412665&r1=412664&r2=412665&view=diff
==============================================================================
--- incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/pom.xml 
(original)
+++ incubator/activemq/trunk/tooling/maven-activemq-perf-plugin/pom.xml Wed Jun 
 7 22:23:15 2006
@@ -54,5 +54,10 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>


Reply via email to