aboutsummaryrefslogtreecommitdiffstats
path: root/indexinglanguage
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-12-17 22:02:18 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-12-17 22:02:18 +0100
commitd2cd1f45cddb57e9f48b07610d7ef70f3c394dac (patch)
tree4dae87e2995250ababcde93b2a71d0459ec5789e /indexinglanguage
parenta8752c293953ad41a98d92475a05619fc3c09710 (diff)
Fix dependencies
Diffstat (limited to 'indexinglanguage')
-rw-r--r--indexinglanguage/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/indexinglanguage/pom.xml b/indexinglanguage/pom.xml
index cfc7b09a934..32d8068dfcd 100644
--- a/indexinglanguage/pom.xml
+++ b/indexinglanguage/pom.xml
@@ -44,6 +44,11 @@
<artifactId>predicate-search-core</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>