summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--container-dev/pom.xml5
-rw-r--r--container-disc/pom.xml6
2 files changed, 0 insertions, 11 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index cf2fda3637f..be3f8ae432d 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -100,11 +100,6 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
- <exclusion>
- <!-- TODO Vespa 7: Verify if necessary -->
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index e4939fe81f3..1af9c69318a 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -137,12 +137,6 @@
<scope>provided</scope>
</dependency>
<!-- end WARNING -->
- <!-- Athenz -->
- <dependency>
- <!-- TODO Vespa 7: verify if necessary. Possibly due to code now moved to vespa-athenz -->
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </dependency>
</dependencies>
<build>
<plugins>