summaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-12-14 09:49:17 +0100
committerJon Bratseth <bratseth@yahoo-inc.com>2017-12-14 09:49:17 +0100
commitf398ddfc22cdd3422085c3173074918f00521676 (patch)
treed1011e7406aec64a8d546209a6ea25359fa20cac /container
parent94cf83e79abc75f4498d18ec3799ed0171e5b6df (diff)
Don't leak the TensorFlow dependency
Diffstat (limited to 'container')
-rw-r--r--container/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/container/pom.xml b/container/pom.xml
index 3793a3508a4..d252a5eee4a 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -47,6 +47,18 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.tensorflow</groupId>
+ <artifactId>proto</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.tensorflow</groupId>
+ <artifactId>tensorflow</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>