summaryrefslogtreecommitdiffstats
path: root/cloud-tenant-base-dependencies-enforcer
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-06-01 15:10:29 +0200
committerjonmv <venstad@gmail.com>2022-06-01 15:11:34 +0200
commit6728d83728ba7fc6fb6a911daf78da905f0741f8 (patch)
tree6c6ff3b701dd219c7e9cf0bfa3ef8cf1d140d11a /cloud-tenant-base-dependencies-enforcer
parent36d5e14ce9f7e98db1cff90021a4b846d7cdccae (diff)
test/provided apache client bundle for cloud users
Diffstat (limited to 'cloud-tenant-base-dependencies-enforcer')
-rw-r--r--cloud-tenant-base-dependencies-enforcer/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/cloud-tenant-base-dependencies-enforcer/pom.xml b/cloud-tenant-base-dependencies-enforcer/pom.xml
index 394c357d7fb..99bef1e22e6 100644
--- a/cloud-tenant-base-dependencies-enforcer/pom.xml
+++ b/cloud-tenant-base-dependencies-enforcer/pom.xml
@@ -22,6 +22,8 @@
<!-- MUST BE KEPT IN SYNC WITH parent/pom.xml -->
<athenz.version>1.10.54</athenz.version>
<httpclient5.version>5.1.2</httpclient5.version>
+ <httpclient.version>4.5.13</httpclient.version>
+ <httpcore.version>4.4.13</httpcore.version>
<junit5.version>5.8.1</junit5.version> <!-- TODO: in parent this is named 'junit.version' -->
<onnxruntime.version>1.8.0</onnxruntime.version>
<!-- END parent/pom.xml -->
@@ -188,6 +190,7 @@
<include>com.yahoo.vespa:config-model-api:*:jar:test</include>
<include>com.yahoo.vespa:config-model:*:jar:test</include>
<include>com.yahoo.vespa:config-provisioning:*:jar:test</include>
+ <include>com.yahoo.vespa:container-apache-http-client-bundle:*:jar:test</include>
<include>com.yahoo.vespa:container-search-gui:*:jar:test</include>
<include>com.yahoo.vespa:container-test:*:jar:test</include>
<include>com.yahoo.vespa:hosted-api:*:jar:test</include>
@@ -247,6 +250,9 @@
<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:${httpclient.version}:jar:test</include>
+ <include>org.apache.httpcomponents:httpcore:${httpcore.version}:jar:test</include>
+ <include>org.apache.httpcomponents:httpmime:${httpclient.version}: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>