summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShiwei Tian <tian.shiwei@zte.com.cn>2017-10-31 09:46:04 +0800
committerShiwei Tian <tian.shiwei@zte.com.cn>2017-10-31 09:46:04 +0800
commit8813646a1076600646630eba58940b7b7ba46c90 (patch)
treefccf0f51145b2f378bf6c93374461fb82f156b1d /pom.xml
parent3dfe506a8ea1bec7096da63541e426958d04a1a0 (diff)
add pom httpclient
Issue-ID: HOLMES-71 Change-Id: I1333ea86ddfcb1b693c5ca20ffaf613465c1ecf4 Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9406d9c..0977abe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,6 +172,11 @@
<artifactId>activemq-pool</artifactId>
<version>5.8.0</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.3</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>