summaryrefslogtreecommitdiffstats
path: root/linguistics
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-25 17:59:33 +0200
committergjoranv <gv@oath.com>2018-07-25 18:28:24 +0200
commite4ba3c4112390b1cf808e0733335d9bbcddff0e2 (patch)
tree22022d0f92064018a4ce08ee475b71402ff690a0 /linguistics
parentd02050062ddbea3d313f7e24da61d0ba5cc85c4a (diff)
Exclude guava and slf4j-api in container-core
.. to prevent embedding them in container-disc and potentially other bundles. - Must be compile scope in linguistics because they're needed to run tests in modules depending on linguistics, e.g. indexinglanguage.
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>