You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by aw...@apache.org on 2009/11/30 00:26:35 UTC

svn commit: r885294 - /incubator/aries/trunk/jmx/jmx-core/pom.xml

Author: awojtuniak
Date: Sun Nov 29 23:26:35 2009
New Revision: 885294

URL: http://svn.apache.org/viewvc?rev=885294&view=rev
Log:
Added test dependency to mockito

Modified:
    incubator/aries/trunk/jmx/jmx-core/pom.xml

Modified: incubator/aries/trunk/jmx/jmx-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jmx/jmx-core/pom.xml?rev=885294&r1=885293&r2=885294&view=diff
==============================================================================
--- incubator/aries/trunk/jmx/jmx-core/pom.xml (original)
+++ incubator/aries/trunk/jmx/jmx-core/pom.xml Sun Nov 29 23:26:35 2009
@@ -47,6 +47,12 @@
           <artifactId>org.osgi.compendium</artifactId>
           <scope>provided</scope>
       </dependency>
+      <dependency>
+      	  <groupId>org.mockito</groupId>
+  		  <artifactId>mockito-all</artifactId>
+  		  <version>1.8.1</version>
+  		  <scope>test</scope>
+  	  </dependency> 	 
   </dependencies>
 
     <build>