aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-19 12:34:58 +0200
committergjoranv <gv@oath.com>2018-07-19 12:34:58 +0200
commit98287de7e7c1440dcf02facd7138c926c71a2e08 (patch)
tree50788fd140a1263ec6db3127107108866be463f8 /container-dev
parent7afc7578f9dec101e5d9dc331a388bc44dfd8051 (diff)
Do not expose opennlp in the maven dependency graph.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index fe5f852a226..11b6c79fee2 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -100,6 +100,10 @@
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
+ <groupId>org.apache.opennlp</groupId>
+ <artifactId>opennlp-tools</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.tensorflow</groupId>
<artifactId>proto</artifactId>
</exclusion>