]> source.dussan.org Git - sonarqube.git/commitdiff
Fix dependencies of sonar-duplications
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 5 Aug 2013 07:21:13 +0000 (09:21 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 5 Aug 2013 07:21:24 +0000 (09:21 +0200)
sonar-duplications/pom.xml

index fb2ec7d8268ad38addab28040d908dbe715ed9c6..aed2cbbbd4cc1048593d057b1737098962cdd712 100644 (file)
       <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>