diff options
author | Shiwei Tian <tian.shiwei@zte.com.cn> | 2017-10-31 09:46:04 +0800 |
---|---|---|
committer | Shiwei Tian <tian.shiwei@zte.com.cn> | 2017-10-31 09:46:04 +0800 |
commit | 8813646a1076600646630eba58940b7b7ba46c90 (patch) | |
tree | fccf0f51145b2f378bf6c93374461fb82f156b1d /holmes-actions/pom.xml | |
parent | 3dfe506a8ea1bec7096da63541e426958d04a1a0 (diff) |
add pom httpclient
Issue-ID: HOLMES-71
Change-Id: I1333ea86ddfcb1b693c5ca20ffaf613465c1ecf4
Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index a44a27f..d72348e 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -124,6 +124,10 @@ <artifactId>jersey-common</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </dependency>
+ <dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<version>2.4</version>
|