aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-graph
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 /sonar-graph
parent9faa102e6c91bbaad83b0b8f30a970242246e33b (diff)
downloadsonarqube-20dd0320424a11d674f7e17569f2b816bc877985.tar.gz
sonarqube-20dd0320424a11d674f7e17569f2b816bc877985.zip
SONAR-3052 add dependency on Guava 10
Diffstat (limited to 'sonar-graph')
-rw-r--r--sonar-graph/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml
index 036b940d961..975fcde8f66 100644
--- a/sonar-graph/pom.xml
+++ b/sonar-graph/pom.xml
@@ -18,8 +18,8 @@
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
- <groupId>com.google.collections</groupId>
- <artifactId>google-collections</artifactId>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>