aboutsummaryrefslogtreecommitdiffstats
path: root/server/pom.xml
diff options
context:
space:
mode:
authorkaixiliu <liukaixi@chinamobile.com>2023-11-23 10:52:40 +0800
committerkaixiliu <liukaixi@chinamobile.com>2023-11-23 10:56:05 +0800
commita842ba985b0a3768850e86562bf483bf9fcff10a (patch)
tree71af83d391a289cbba9f3ce88429b7291b8c1ed1 /server/pom.xml
parent863b35c7f83d2924490f4b30e7b3ed961c54669a (diff)
Modify Unit TestsHEADmaster
Issue-ID: USECASEUI-828 Change-Id: I0ed5e53e6f3211bbeab74c6814475889933d73dc Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'server/pom.xml')
-rw-r--r--server/pom.xml26
1 files changed, 6 insertions, 20 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 27078120..02ddb434 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -196,6 +196,11 @@
<version>1.0.0</version>
</dependency>
<dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-inline</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<version>2.0.2</version>
@@ -206,30 +211,11 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <version>2.23.0</version>
- <scope>compile</scope>
- </dependency>
<dependency>
- <groupId>org.powermock</groupId>
- <artifactId>powermock-module-junit4</artifactId>
- <version>2.0.2</version>
- <type>jar</type>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13.1</version>
- </dependency>
-
- <dependency>
- <groupId>com.googlecode.json-simple</groupId>
- <artifactId>json-simple</artifactId>
- <version>1.1.1</version>
+ <version>4.13.2</version>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>