summaryrefslogtreecommitdiffstats
path: root/vdslib
diff options
context:
space:
mode:
Diffstat (limited to 'vdslib')
-rw-r--r--vdslib/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vdslib/pom.xml b/vdslib/pom.xml
index 4067fc9d8d4..c534b2024ed 100644
--- a/vdslib/pom.xml
+++ b/vdslib/pom.xml
@@ -15,6 +15,11 @@
<description> </description>
<dependencies>
<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>