You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2019/10/31 14:30:32 UTC

svn commit: r1869218 - in /jackrabbit/oak/branches/1.4: ./ oak-pojosr/pom.xml

Author: reschke
Date: Thu Oct 31 14:30:31 2019
New Revision: 1869218

URL: http://svn.apache.org/viewvc?rev=1869218&view=rev
Log:
OAK-7675: oak-pojosr: replace mockito-all by mockito-core (merged r1837296 into 1.4)

Modified:
    jackrabbit/oak/branches/1.4/   (props changed)
    jackrabbit/oak/branches/1.4/oak-pojosr/pom.xml

Propchange: jackrabbit/oak/branches/1.4/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1837296

Modified: jackrabbit/oak/branches/1.4/oak-pojosr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.4/oak-pojosr/pom.xml?rev=1869218&r1=1869217&r2=1869218&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/oak-pojosr/pom.xml (original)
+++ jackrabbit/oak/branches/1.4/oak-pojosr/pom.xml Thu Oct 31 14:30:31 2019
@@ -288,7 +288,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <version>1.10.19</version>
       <scope>test</scope>
     </dependency>