diff options
Diffstat (limited to 'utils/pom.xml')
-rw-r--r-- | utils/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml index 84fe4626..f75a60b8 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -46,6 +46,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> |