diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-09 23:35:41 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-09 23:35:41 +0200 |
commit | 7d562d641868532e5edbd6f03fac739eff9bcc90 (patch) | |
tree | 35f7ac6c07958d80561c898b9956b6830a071a66 /sonar-graph/pom.xml | |
parent | 39934181c5a5eba68665ea8922ff9a28322d0c0a (diff) | |
download | sonarqube-7d562d641868532e5edbd6f03fac739eff9bcc90.tar.gz sonarqube-7d562d641868532e5edbd6f03fac739eff9bcc90.zip |
Fix quality flaws
Diffstat (limited to 'sonar-graph/pom.xml')
-rw-r--r-- | sonar-graph/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml index ffc47c481b4..132a7ea540f 100644 --- a/sonar-graph/pom.xml +++ b/sonar-graph/pom.xml @@ -7,7 +7,6 @@ <version>5.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> - <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-graph</artifactId> <packaging>jar</packaging> <name>SonarQube :: Graph</name> @@ -22,6 +21,12 @@ <artifactId>guava</artifactId> </dependency> <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |