aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-12-20 08:59:09 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-12-20 08:59:09 +0100
commit2994e2a0f96e87d9428a156fe3263efab1f7a654 (patch)
treec3a567beeaeb47ddb1ee89d5c80f4fd448987505 /application/pom.xml
parenta744d811f50fb521c89810a705597b059348543f (diff)
Revert "Merge pull request #20578 from vespa-engine/revert-20568-jonmv/replace-optimaize-with-lingua"
This reverts commit 5476504932cd90eb2dad82dbab633e3ffa2034c3, reversing changes made to 235a78cc4707f78d18c6818a577de1b7507f5e40.
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>