summaryrefslogtreecommitdiffstats
path: root/container-dependency-versions
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-11-19 15:12:53 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:27 +0100
commitc952b69610be378def7ae4c415d6f50c47eabf46 (patch)
tree94ceada0ae625985e4371d5d326001887007a0cf /container-dependency-versions
parent94b60e62b6b4876bf1aa7f8abc27e0387163f306 (diff)
Do not provide apache httpclient and httpcore.
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>