aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-deprecated
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-10-15 08:42:47 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-10-15 08:42:47 +0200
commita7dd42300f540f4d4b7bb3f4ace4ca3a606d3bcb (patch)
tree9cfd0d25e8e0a2a1592a999f82ff28c834f57176 /sonar-deprecated
parent078695eb62b607441c63c8bfd8f2152757e7c5b3 (diff)
downloadsonarqube-a7dd42300f540f4d4b7bb3f4ace4ca3a606d3bcb.tar.gz
sonarqube-a7dd42300f540f4d4b7bb3f4ace4ca3a606d3bcb.zip
Fix generation of javadoc on Java 6
Diffstat (limited to 'sonar-deprecated')
-rw-r--r--sonar-deprecated/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml
index 8b954c4db60..28ef3a4c7af 100644
--- a/sonar-deprecated/pom.xml
+++ b/sonar-deprecated/pom.xml
@@ -23,6 +23,11 @@
<artifactId>maven-project</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>