summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-03-19 13:30:19 +0100
committerJon Bratseth <bratseth@oath.com>2018-03-19 13:30:19 +0100
commita3d0d9c803cc91c030969c5e43aadf36f3a54e9d (patch)
tree6a57e9d3eea5b038ea707a002a49c1f88562410c
parentd5096254be8a0e21301c8575e193cf68488c39b9 (diff)
Don't exclude TensorFlow JNI
It is not necessarily installed on the machine in open source environments.
-rw-r--r--config-model-fat/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 6700e7c44d0..1857cc33d64 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -28,13 +28,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>