diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-08-25 07:41:48 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-08-25 07:43:28 -0700 |
commit | a00f28071009375c15b26e30c8a5bfc1d1296a39 (patch) | |
tree | b6ac5ac21c6e505fb4105c80f2c2c86bd8653838 /rest-client/pom.xml | |
parent | 79d67955b160929ffacc6828014d3c5ce3110fb8 (diff) |
Make necessary changes to build common-services-common-utilities
Change-Id: I171a0fc8c1205f3634c537d827f6b299d2eb1641
Issue-id: INT-40
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'rest-client/pom.xml')
-rw-r--r-- | rest-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-client/pom.xml b/rest-client/pom.xml index 33f24c3..77ecaf8 100644 --- a/rest-client/pom.xml +++ b/rest-client/pom.xml @@ -45,7 +45,7 @@ <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> <scope>test</scope> - <version>1.18</version> + <version>1.19</version> </dependency> </dependencies> |