aboutsummaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-06-07 16:46:07 +0200
committergjoranv <gv@oath.com>2018-06-07 16:46:07 +0200
commit59c71fa00ff40137ab0b1b907eb3fe29ddbc49d3 (patch)
treeb7cb3bf142d8da8a49753f8e2014d2bc31fa0d67 /fat-model-dependencies
parent58ee04c484f89da0a0043a33c74704d87e6dc8d3 (diff)
Don't exlude tensorflow-jni.
- It's not installed by us on open source nodes.
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index 1415ca6e5aa..0011d108b98 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -16,13 +16,6 @@
<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>