summaryrefslogtreecommitdiffstats
path: root/linguistics
diff options
context:
space:
mode:
Diffstat (limited to 'linguistics')
-rw-r--r--linguistics/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/linguistics/pom.xml b/linguistics/pom.xml
index f743348dde3..3a308151a15 100644
--- a/linguistics/pom.xml
+++ b/linguistics/pom.xml
@@ -69,6 +69,12 @@
<dependency>
<groupId>com.optimaize.languagedetector</groupId>
<artifactId>language-detector</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<build>