You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2018/10/03 13:43:40 UTC

svn commit: r1842721 - /turbine/fulcrum/trunk/testcontainer/pom.xml

Author: painter
Date: Wed Oct  3 13:43:40 2018
New Revision: 1842721

URL: http://svn.apache.org/viewvc?rev=1842721&view=rev
Log:
Fix build, update mockito to latest - prior scope prevented test from passing

Modified:
    turbine/fulcrum/trunk/testcontainer/pom.xml

Modified: turbine/fulcrum/trunk/testcontainer/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/testcontainer/pom.xml?rev=1842721&r1=1842720&r2=1842721&view=diff
==============================================================================
--- turbine/fulcrum/trunk/testcontainer/pom.xml (original)
+++ turbine/fulcrum/trunk/testcontainer/pom.xml Wed Oct  3 13:43:40 2018
@@ -79,8 +79,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.18.3</version>
-      <scope>test</scope>
+      <version>2.22.0</version>
     </dependency>
     <!-- Needed if testing with ECM -->
     <dependency>
@@ -134,4 +133,4 @@
     <turbine.site.path>fulcrum/fulcrum-testcontainer</turbine.site.path>
   </properties>
 	
-</project>
\ No newline at end of file
+</project>