summaryrefslogtreecommitdiffstats
path: root/container-dev/pom.xml
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-07-19 12:49:12 +0200
committerGitHub <noreply@github.com>2018-07-19 12:49:12 +0200
commit5cde9f182775c1b6f08394dee06aa042cf20bee5 (patch)
treeca97a43f6f697148b2870e150a9907bfe2299d60 /container-dev/pom.xml
parentf43c2f87967230725f1a42a50c9a36315b0364b8 (diff)
parent98287de7e7c1440dcf02facd7138c926c71a2e08 (diff)
Merge pull request #6429 from vespa-engine/gjoranv/exclude-opennlp
Do not expose opennlp in the maven dependency graph.
Diffstat (limited to 'container-dev/pom.xml')
-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>