summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-model/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 2c45e292d01..180a2e40921 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -99,6 +99,17 @@
<artifactId>metrics-proxy</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
+ <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>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>