diff options
Diffstat (limited to 'appc-client/pom.xml')
-rw-r--r-- | appc-client/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 0f5a239d9..1d218a9f8 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -175,7 +175,12 @@ </build>
<dependencyManagement>
- <dependencies>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>18.0</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
|