aboutsummaryrefslogtreecommitdiffstats
path: root/utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/pom.xml')
-rw-r--r--utils/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml
index 3263b7b9..3faf9121 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -41,6 +41,10 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>