summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-19 14:36:22 +0200
committergjoranv <gv@oath.com>2018-07-19 14:36:22 +0200
commit57665ba326d5c2a258680934e845b952abc322ba (patch)
tree7e5dcaafc1ea79ec36c4e22e539d8d1b4247a95b /application
parent45792413391528f305c54fafccab63e3a2a226d0 (diff)
Explicitly exclude opennlp from indexinglanguage
.. and add it to application for the test classpath.
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 0808f2be58e..3361ca85367 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -102,6 +102,10 @@
<artifactId>commons-exec</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.opennlp</groupId>
+ <artifactId>opennlp-tools</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
</dependency>