summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-05-08 16:19:07 +0200
committergjoranv <gv@verizonmedia.com>2019-05-08 16:20:43 +0200
commit476656a11e3a61deca314aaf230e5ec9a78e1a22 (patch)
tree00d0f5847e704c1cc019f18a41d40479b06899c5 /config-model/pom.xml
parentbcef22770279938067625e18e05d4fa52178a222 (diff)
Exclude http-utils and apache httpclient.
- Not needed to generate config, and saves 1 MB bundle size.
Diffstat (limited to 'config-model/pom.xml')
-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>