aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-12-04 20:49:55 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-12-04 20:50:44 +0100
commit20dd0320424a11d674f7e17569f2b816bc877985 (patch)
treec85b57ca454dc4d5cd7401b112a2c797a9ffe200 /pom.xml
parent9faa102e6c91bbaad83b0b8f30a970242246e33b (diff)
downloadsonarqube-20dd0320424a11d674f7e17569f2b816bc877985.tar.gz
sonarqube-20dd0320424a11d674f7e17569f2b816bc877985.zip
SONAR-3052 add dependency on Guava 10
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 30525de0f3d..c64c0fdba3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,9 +546,9 @@
<version>3.2.1</version>
</dependency>
<dependency>
- <groupId>com.google.collections</groupId>
- <artifactId>google-collections</artifactId>
- <version>1.0</version>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>10.0.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>