aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-11-23 13:34:12 +0100
committerGitHub <noreply@github.com>2018-11-23 13:34:12 +0100
commit08a421ee3e5688629a65130a555a0bebcbd8a4d7 (patch)
tree43590dcc91c039dea8d22c6604875ebfc7d78d0e /container-disc
parent357f56fe692f3069f93b1d50839696a5b9f8dd4e (diff)
parent856d5f6a935114fd1ce17f92394c7a7712a53aaa (diff)
Merge pull request #7752 from vespa-engine/hmusum/exclude-tensorflow-from-searchlib-dependency
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 be4ac23a938..c1bdc2caf1b 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>