aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2021-12-18 12:05:59 +0100
committerGitHub <noreply@github.com>2021-12-18 12:05:59 +0100
commitdb8d449a9f8c93df16874123078c280fb346174f (patch)
tree9d96823262df3e60d5da93f697758154b1ae93b1 /container-dev
parentb4f5820672908823982c69260a8a5df3163aa236 (diff)
Revert "Replace optimaize with OpenNLP language detector [run-systemtest]"
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 034081f4620..a76f295a7b1 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -194,6 +194,10 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
+ <groupId>com.optimaize.languagedetector</groupId>
+ <artifactId>language-detector</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
</exclusion>