aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
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-dev
parent94cf83e79abc75f4498d18ec3799ed0171e5b6df (diff)
Don't leak the TensorFlow dependency
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index f62bbd22690..16006452e61 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -121,6 +121,18 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</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>
<dependency>
@@ -189,6 +201,18 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</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>
<dependency>