summaryrefslogtreecommitdiffstats
path: root/cloud-tenant-base-dependencies-enforcer
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-05-30 13:18:59 +0200
committerjonmv <venstad@gmail.com>2022-05-30 13:19:11 +0200
commit45b06016688a19dbed4ccc3218dac43f277b2161 (patch)
tree8b0d91a213f3c78c38ba5cafd6f45c83f02f80f2 /cloud-tenant-base-dependencies-enforcer
parent35bbb279d8da0dec39b2a45ecf6030e240bb2d88 (diff)
No longer need to allow httpclient in enforcer
Diffstat (limited to 'cloud-tenant-base-dependencies-enforcer')
-rw-r--r--cloud-tenant-base-dependencies-enforcer/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/cloud-tenant-base-dependencies-enforcer/pom.xml b/cloud-tenant-base-dependencies-enforcer/pom.xml
index da7dce45e4d..0495af9b400 100644
--- a/cloud-tenant-base-dependencies-enforcer/pom.xml
+++ b/cloud-tenant-base-dependencies-enforcer/pom.xml
@@ -247,8 +247,6 @@
<include>org.apache.httpcomponents.client5:httpclient5:${httpclient5.version}:jar:test</include>
<include>org.apache.httpcomponents.core5:httpcore5:${httpclient5.version}:jar:test</include>
<include>org.apache.httpcomponents.core5:httpcore5-h2:${httpclient5.version}:jar:test</include>
- <include>org.apache.httpcomponents:httpclient:4.5.13:jar:test</include>
- <include>org.apache.httpcomponents:httpcore:4.4.13:jar:test</include>
<include>org.apache.opennlp:opennlp-tools:1.9.3:jar:test</include>
<include>org.apiguardian:apiguardian-api:1.1.0:jar:test</include>
<include>org.codehaus.woodstox:stax2-api:3.1.4:jar:test</include>