diff options
Diffstat (limited to 'sonar-graph')
-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> |