aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhekeguang <hekeguang@chinamobile.com>2020-09-16 14:24:12 +0800
committerhekeguang <hekeguang@chinamobile.com>2020-09-16 14:24:22 +0800
commitf1f5dfd3f7f8f0fd896cb0e452e851e6a9dfa21e (patch)
tree3279d0a4c3985caf1e8c9ec2270c43a76b816f3a
parent392d3624fb54c36b738ace75f263d9089b5c3d97 (diff)
Fix bug about Java11 Upgrade!
Issue-ID: USECASEUI-484 Change-Id: I032cbae7093a178a1010aa97269eff9c8b5530e4 Signed-off-by: hekeguang <hekeguang@chinamobile.com>
-rw-r--r--server/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 5c71f202..186cdd94 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -317,8 +317,8 @@
<dependency>
<groupId>org.powermock</groupId>
- <artifactId>powermock-api-mockito</artifactId>
- <version>1.6.5</version>
+ <artifactId>powermock-api-mockito2</artifactId>
+ <version>2.0.7</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>