summaryrefslogtreecommitdiffstats
path: root/linguistics
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2018-07-25 19:15:33 +0200
committerGitHub <noreply@github.com>2018-07-25 19:15:33 +0200
commite854864520d3734ed1baced433b9883f61964cc3 (patch)
tree22022d0f92064018a4ce08ee475b71402ff690a0 /linguistics
parentd02050062ddbea3d313f7e24da61d0ba5cc85c4a (diff)
parente4ba3c4112390b1cf808e0733335d9bbcddff0e2 (diff)
Merge pull request #6472 from vespa-engine/gjoranv/enforce-provided
Exclude guava and slf4j-api in container-core
Diffstat (limited to 'linguistics')
-rw-r--r--linguistics/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/linguistics/pom.xml b/linguistics/pom.xml
index 3a308151a15..f743348dde3 100644
--- a/linguistics/pom.xml
+++ b/linguistics/pom.xml
@@ -69,12 +69,6 @@
<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>