aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-12-17 13:38:05 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-12-17 15:31:40 +0100
commitd050d0339f3ad8af9f0e286881d2a2d582317d31 (patch)
treea8012b11f447eb96661fb6358228d1d7cee54e77 /application/pom.xml
parent8908e29b8b40e80edc85455c77955c1dfae99cf0 (diff)
Replace optimaize with OpenNLP language detector
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 61cea1a1826..af25bda0f07 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -97,17 +97,6 @@
<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>