summaryrefslogtreecommitdiffstats
path: root/linguistics/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linguistics/pom.xml')
-rw-r--r--linguistics/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/linguistics/pom.xml b/linguistics/pom.xml
index d9ab942a0b8..a09f2ecb031 100644
--- a/linguistics/pom.xml
+++ b/linguistics/pom.xml
@@ -22,7 +22,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
@@ -62,6 +61,10 @@
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.optimaize.languagedetector</groupId>
+ <artifactId>language-detector</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>