summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-03-19 19:14:04 +0100
committerGitHub <noreply@github.com>2018-03-19 19:14:04 +0100
commit4d4686f5bc7252090d8cec0cacd2733a2fc02d45 (patch)
tree6dbdf843b933dd18a9bcc981a3a7171a5fc9110c
parent5e16b978a54294d9e2fe36d1d88bbd5544a8677a (diff)
parenta3d0d9c803cc91c030969c5e43aadf36f3a54e9d (diff)
Merge pull request #5381 from vespa-engine/bratseth/dont-exclude-tf-jni
Don't exclude TensorFlow JNI
-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>