summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--holmes-actions/pom.xml10
-rw-r--r--pom.xml5
2 files changed, 0 insertions, 15 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>
diff --git a/pom.xml b/pom.xml
index 9b7912e..2629233 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,11 +146,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.5.12</version>
- </dependency>
- <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>