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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 083abbc  GEODE-5987: Correct issue with powermock leaking 
JDK11-incompatible d… (#2797)
083abbc is described below

commit 083abbc66c3669ffd8e05b221e2fb998f47894bd
Author: Patrick Rhomberg <prhomb...@pivotal.io>
AuthorDate: Wed Nov 7 13:47:35 2018 -0800

    GEODE-5987: Correct issue with powermock leaking JDK11-incompatible d… 
(#2797)
---
 geode-rebalancer/build.gradle | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/geode-rebalancer/build.gradle b/geode-rebalancer/build.gradle
index 82912be..3c0d338 100644
--- a/geode-rebalancer/build.gradle
+++ b/geode-rebalancer/build.gradle
@@ -29,15 +29,12 @@ dependencies {
     exclude module: 'spring-expression'
     exclude module: 'spring-aop'
   }
-  
 
+  testCompile('junit:junit:' + project.'junit.version')
   testCompile('org.assertj:assertj-core:' + project.'assertj-core.version')
-  testCompile('org.powermock:powermock-core:' + project.'powermock.version')
-  testCompile('org.powermock:powermock-module-junit4:' + 
project.'powermock.version')
-  testCompile('org.powermock:powermock-api-mockito2:' + 
project.'powermock.version')
+  testCompile('org.mockito:mockito-core:' + project.'mockito-core.version')
 
   integrationTestCompile('junit:junit:' + project.'junit.version')
-  integrationTestCompile('junit:junit:' + project.'junit.version')
   integrationTestCompile('org.awaitility:awaitility:' + 
project.'awaitility.version')
   integrationTestCompile('org.hamcrest:hamcrest-all:' + 
project.'hamcrest-all.version')
   integrationTestCompile('org.hamcrest:hamcrest-core:' + 
project.'hamcrest-all.version')

Reply via email to