summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-21 22:14:03 +0200
committerGitHub <noreply@github.com>2021-10-21 22:14:03 +0200
commita92cd931f68a3b852194b5ec45afa0a55d9d27b4 (patch)
tree8d990fd10e2747c6af7bea99d8e9d655484dc937 /config-model
parentb49f5c8171ba160b19407ec504ddc81544eb6bb1 (diff)
parent7f1bba52ab77252f8e2a78e6e09932169becf182 (diff)
Merge pull request #19683 from vespa-engine/revert-merge-http-utils-into-vespajlib
Revert merge http utils into vespajlib
Diffstat (limited to 'config-model')
-rw-r--r--config-model/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 6dfc2e7740f..18b8432645e 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -108,6 +108,10 @@
<exclusions>
<!-- Not needed to generate config and saves 1 MB. -->
<exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>http-utils</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>