aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-24 17:34:10 +0200
committergjoranv <gv@oath.com>2018-07-24 20:17:29 +0200
commit3de2d5829fc21e33c0942169983c6b4fa1ee6efb (patch)
tree7f2719ff0c58334d761b7ed2dd683cdf94344596 /container-dev
parentb1fe7eed9fd6e58975e0bef7bee8579170d4b35f (diff)
Exclude langauge-detector from container-dev
.. and add it to the test classpath for application. - This is to prepare for an external PR to add language detection.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 6e45f42db32..27e2435d825 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -209,6 +209,10 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
+ <groupId>com.optimaize.languagedetector</groupId>
+ <artifactId>language-detector</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
</exclusion>