You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/02/27 18:22:09 UTC

svn commit: r1450859 - /felix/trunk/ipojo/runtime/core-it/pom.xml

Author: clement
Date: Wed Feb 27 17:22:08 2013
New Revision: 1450859

URL: http://svn.apache.org/r1450859
Log:
FELIX-3093 fix mockito dependency

Modified:
    felix/trunk/ipojo/runtime/core-it/pom.xml

Modified: felix/trunk/ipojo/runtime/core-it/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core-it/pom.xml?rev=1450859&r1=1450858&r2=1450859&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core-it/pom.xml (original)
+++ felix/trunk/ipojo/runtime/core-it/pom.xml Wed Feb 27 17:22:08 2013
@@ -141,7 +141,7 @@
 
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <version>1.9.5</version>
         </dependency>