aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-fat
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-01-25 11:14:41 +0100
committerJon Bratseth <bratseth@oath.com>2018-01-25 11:14:41 +0100
commit5d3bca12e12826550682589eee174af9994e7b15 (patch)
tree0e5bf2ec6f2a67b0007215e8237b80ab2d209787 /config-model-fat
parentf4f936857e88f74299b0e414a8bbbf001bedd476 (diff)
Exclude libtensorflow_jni
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>