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-10 10:57:00 +0200
commit64ceb264700e86c6bdaee45c258d69a3a9642a45 (patch)
tree3585d017c073d074bfde701e44f89501db6bce9e /config-model/pom.xml
parente261cdcbd49aa89c89c8c9bf389d7c4d885dc5f6 (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>