summaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
diff options
context:
space:
mode:
Diffstat (limited to 'container-dependency-versions')
-rw-r--r--container-dependency-versions/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/container-dependency-versions/pom.xml b/container-dependency-versions/pom.xml
index 8398365712a..53abaa8768d 100644
--- a/container-dependency-versions/pom.xml
+++ b/container-dependency-versions/pom.xml
@@ -239,16 +239,6 @@
<version>${felix.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>${apache.httpclient.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- <version>${apache.httpcore.version}</version>
- </dependency>
- <dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
@@ -461,8 +451,6 @@
</dependencyManagement>
<properties>
- <apache.httpclient.version>4.4.1</apache.httpclient.version>
- <apache.httpcore.version>4.4.1</apache.httpcore.version>
<bouncycastle.version>1.58</bouncycastle.version>
<felix.version>6.0.1</felix.version>
<findbugs.version>1.3.9</findbugs.version>