aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
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 81fb1b29162..8688f12c199 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -28,6 +28,13 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-model</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <!-- Large, and installed separately as part of Vespa -->
+ <groupId>org.tensorflow</groupId>
+ <artifactId>libtensorflow_jni</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>