You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by je...@apache.org on 2008/03/25 11:19:35 UTC

svn commit: r640762 - /servicemix/smx4/kernel/trunk/testing/support/pom.xml

Author: jeffyu
Date: Tue Mar 25 03:19:28 2008
New Revision: 640762

URL: http://svn.apache.org/viewvc?rev=640762&view=rev
Log:
Add junit dependency explicitly in order to make it work with mvn eclipse:eclipse command.

Modified:
    servicemix/smx4/kernel/trunk/testing/support/pom.xml

Modified: servicemix/smx4/kernel/trunk/testing/support/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/testing/support/pom.xml?rev=640762&r1=640761&r2=640762&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/testing/support/pom.xml (original)
+++ servicemix/smx4/kernel/trunk/testing/support/pom.xml Tue Mar 25 03:19:28 2008
@@ -135,6 +135,10 @@
           <artifactId>org.apache.servicemix.bundles.junit-4.4</artifactId>
           <version>${pom.version}</version>
       </dependency>
+      <dependency>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+      </dependency>
   </dependencies>
 
   <build>