aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshentao999 <shentao@chinamobile.com>2019-08-22 15:26:40 +0800
committershentao999 <shentao@chinamobile.com>2019-08-22 15:26:41 +0800
commit5ffcbd076e6bd598fc6270cf2498f61ea24ca61e (patch)
tree45a23ad524f3a7f8e25a308b3496ce3013bdd187
parentca68694adb17047977ccd48856ccc63f3aee8cb0 (diff)
Add HttpClient dependency
Change-Id: Ic8b27e952a2c7ca62921374f047f00191d3580e9 Issue-ID: USECASEUI-307 Signed-off-by: shentao999 <shentao@chinamobile.com>
-rw-r--r--server/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml
index dc3c7b6c..63f3ca7b 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -270,6 +270,11 @@
<artifactId>converter-jackson</artifactId>
<version>2.3.0</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.4</version>
+ </dependency>
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
<dependency>