summaryrefslogtreecommitdiffstats
path: root/holmes-actions
diff options
context:
space:
mode:
authortang peng <tang.peng5@zte.com.cn>2021-06-02 10:15:14 +0800
committertang peng <tang.peng5@zte.com.cn>2021-06-02 10:15:14 +0800
commita412f634ec25b2e0bc1adbd6e8f15ec6ca13ca16 (patch)
tree7e7bb1bf88bdb6dfbb786edda6aa32b83ec37d08 /holmes-actions
parent6852ae1f9ad08c26a57911ef6c633d5f9757d693 (diff)
Removed Dependency: httpclient
Issue-ID: HOLMES-441 Signed-off-by: tang peng <tang.peng5@zte.com.cn> Change-Id: I638fe23e145b23424218660ad189c90689e0df22
Diffstat (limited to 'holmes-actions')
-rw-r--r--holmes-actions/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index ecc4016..fabb1a8 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -139,16 +139,6 @@
<artifactId>jersey-client</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <exclusions>
- <exclusion>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>