Add HttpClient dependency 74/94074/1
authorshentao999 <shentao@chinamobile.com>
Thu, 22 Aug 2019 07:26:40 +0000 (15:26 +0800)
committershentao999 <shentao@chinamobile.com>
Thu, 22 Aug 2019 07:26:41 +0000 (15:26 +0800)
Change-Id: Ic8b27e952a2c7ca62921374f047f00191d3580e9
Issue-ID: USECASEUI-307
Signed-off-by: shentao999 <shentao@chinamobile.com>
server/pom.xml

index dc3c7b6..63f3ca7 100644 (file)
             <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>