aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-11-23 13:26:41 +0100
committerHarald Musum <musum@oath.com>2018-11-23 13:26:41 +0100
commit856d5f6a935114fd1ce17f92394c7a7712a53aaa (patch)
treea1a46ec811740a86e0ac92108028586bd1e7fcda /container-disc
parent561a1530da89f48dbe01a4a1757cbdb5fcd8c3a8 (diff)
Exclude tensorflow when depending on searchlib
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 62985192ad3..4b5d7b8c1fb 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -128,6 +128,10 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>config</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.tensorflow</groupId>
+ <artifactId>tensorflow</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>