summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
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>