summaryrefslogtreecommitdiffstats
path: root/opennlp-linguistics
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-12-01 09:25:04 +0100
committerGitHub <noreply@github.com>2022-12-01 09:25:04 +0100
commitf578da98634e6c148a360a9ac4ec2313ba1a3033 (patch)
tree2e7d52df9d5c87c5ff9c1fb77b85102486deb564 /opennlp-linguistics
parent6826fbab9fc00e4a76d52f8aa6b489f55ef8a3ac (diff)
Revert "- Reduce usage of guava."
Diffstat (limited to 'opennlp-linguistics')
-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>