aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-01-18 15:48:28 +0100
committergjoranv <gv@oath.com>2018-01-18 15:55:53 +0100
commitb02821d622ef93791701bef40401bdbb6c14602c (patch)
treec8a5f7b47c36dd0c916d71b747965396f2bb13b5 /config-model-fat
parent024ff929534adef4f495e316457c2db5b8e8eca2 (diff)
Do not package icu4j in config-model-fat.
Diffstat (limited to 'config-model-fat')
-rw-r--r--config-model-fat/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 0526c2f6581..81fb1b29162 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -205,6 +205,13 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-search</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <!-- OPTIMIZATION: very large (44 MB) and only used for query sorting -->
+ <groupId>com.ibm.icu</groupId>
+ <artifactId>icu4j</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>