You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/11/21 10:39:33 UTC

[fineract] branch develop updated: Remove hard coded Mockito versions : they are managed by Spring already, so no need to define them ourselves and create potential conflicts.

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new b295580  Remove hard coded Mockito versions : they are managed by Spring already, so no need to define them ourselves and create potential conflicts.
b295580 is described below

commit b29558062c22b7e6a2250e8bb845d26829bbf154
Author: Vincent FUCHS <vi...@gefa.de>
AuthorDate: Thu Nov 19 10:10:34 2020 +0100

    Remove hard coded Mockito versions : they are managed by Spring already, so no need to define them ourselves and create potential conflicts.
---
 build.gradle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index d481fc0..d4eaab4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -128,8 +128,7 @@ allprojects  {
             dependency 'jakarta.validation:jakarta.validation-api:3.0.0'
             dependency 'org.apache.activemq:activemq-broker:5.16.0'
             dependency 'org.apache.bval:org.apache.bval.bundle:2.0.4'
-            dependency 'org.mockito:mockito-core:3.6.0'
-            dependency 'org.mockito:mockito-junit-jupiter:3.6.0'
+
             dependency 'io.github.classgraph:classgraph:4.8.90'
             dependency 'org.awaitility:awaitility:4.0.3'
             dependency 'com.github.spotbugs:spotbugs-annotations:4.1.4'