summaryrefslogtreecommitdiffstats
path: root/model-integration/pom.xml
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2021-10-04 13:38:42 +0200
committerLester Solbakken <lesters@oath.com>2021-10-04 13:38:42 +0200
commit765571b29407071271806bf95766f100dde82dd8 (patch)
tree573e62f6382dd5cec386b3c74b31acb8d87cf7f8 /model-integration/pom.xml
parentfed386f182a0b600a72b333bb308c15870c3f04e (diff)
Remove Java dependencies to tensorflow
Diffstat (limited to 'model-integration/pom.xml')
-rw-r--r--model-integration/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 62014ef174a..549cd07594f 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -60,14 +60,6 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
- <dependency>
- <groupId>org.tensorflow</groupId>
- <artifactId>proto</artifactId>
- </dependency>
- <dependency>
- <groupId>org.tensorflow</groupId>
- <artifactId>tensorflow</artifactId>
- </dependency>
</dependencies>
<build>
<plugins>