diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-12-04 20:49:55 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-12-04 20:50:44 +0100 |
commit | 20dd0320424a11d674f7e17569f2b816bc877985 (patch) | |
tree | c85b57ca454dc4d5cd7401b112a2c797a9ffe200 /sonar-graph/pom.xml | |
parent | 9faa102e6c91bbaad83b0b8f30a970242246e33b (diff) | |
download | sonarqube-20dd0320424a11d674f7e17569f2b816bc877985.tar.gz sonarqube-20dd0320424a11d674f7e17569f2b816bc877985.zip |
SONAR-3052 add dependency on Guava 10
Diffstat (limited to 'sonar-graph/pom.xml')
-rw-r--r-- | sonar-graph/pom.xml | 4 |
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> |