aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
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 /application/pom.xml
parentb4f5820672908823982c69260a8a5df3163aa236 (diff)
Revert "Replace optimaize with OpenNLP language detector [run-systemtest]"
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index af25bda0f07..61cea1a1826 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -97,6 +97,17 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>com.optimaize.languagedetector</groupId>
+ <artifactId>language-detector</artifactId>
+ <exclusions>
+ <exclusion>
+ <!-- We want to get this via jdisc-core -->
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
</dependency>