summaryrefslogtreecommitdiffstats
path: root/opennlp-linguistics/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'opennlp-linguistics/pom.xml')
-rw-r--r--opennlp-linguistics/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/opennlp-linguistics/pom.xml b/opennlp-linguistics/pom.xml
index a7907ba212f..40f1e95f4f4 100644
--- a/opennlp-linguistics/pom.xml
+++ b/opennlp-linguistics/pom.xml
@@ -53,6 +53,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>com.google.inject</groupId>
+ <artifactId>guice</artifactId>
+ <scope>provided</scope>
+ <classifier>no_aop</classifier>
+ </dependency>
+ <dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
</dependency>