summaryrefslogtreecommitdiffstats
path: root/config-model-fat/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config-model-fat/pom.xml')
-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>