commit | 18c933278f59a647b2ddd9df1a8a29097cf07bcc | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周五 8月 03 18:27:29 2018 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周五 8月 03 18:27:37 2018 +0800 |
tree | e131c7b0e615b4d397d4407d542e7042a89e7ee6 | |
parent | 281d11f9ff5e0289c74f49562eadee4b8858b420 [diff] [blame] |
整理client调用代码
diff --git a/samples/client/pom.xml b/samples/client/pom.xml index 5bc48d9..a8f4003 100644 --- a/samples/client/pom.xml +++ b/samples/client/pom.xml
@@ -101,6 +101,12 @@ </dependency> + <dependency> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + </dependency> + + <!-- Test things --> <dependency> <groupId>org.testng</groupId>