diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-08-05 09:21:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-08-05 09:21:24 +0200 |
commit | be8e6aa0ec80d96ed37582db06750f4abfd7acf9 (patch) | |
tree | e8886b10fa04d451512dcb2d87b9e10232b01f59 /sonar-duplications/pom.xml | |
parent | 899f44cea5b1ae110c5c742b76f8ace13bc632a0 (diff) | |
download | sonarqube-be8e6aa0ec80d96ed37582db06750f4abfd7acf9.tar.gz sonarqube-be8e6aa0ec80d96ed37582db06750f4abfd7acf9.zip |
Fix dependencies of sonar-duplications
Diffstat (limited to 'sonar-duplications/pom.xml')
-rw-r--r-- | sonar-duplications/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index fb2ec7d8268..aed2cbbbd4c 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -25,7 +25,18 @@ <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + <scope>provided</scope> + </dependency> + <!-- unit tests --> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>pmd</groupId> <artifactId>pmd</artifactId> |