summaryrefslogtreecommitdiffstats
path: root/rest-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rest-client/pom.xml')
-rw-r--r--rest-client/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/rest-client/pom.xml b/rest-client/pom.xml
index b3a6c6a..6634b55 100644
--- a/rest-client/pom.xml
+++ b/rest-client/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2016, Huawei Technologies Co., Ltd.
+ Copyright 2016 Huawei Technologies Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -42,10 +42,10 @@
<version>4.8.2</version>
</dependency>
<dependency>
- <groupId>org.jmockit</groupId>
+ <groupId>com.googlecode.jmockit</groupId>
<artifactId>jmockit</artifactId>
<scope>test</scope>
- <version>1.19</version>
+ <version>1.1</version>
</dependency>
</dependencies>