diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-17 16:23:08 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-17 16:23:08 +0100 |
commit | ef0065bcf1ccffc3a488534fe91c8770e5d21264 (patch) | |
tree | 271563567b4bc84dc0bbf171173da48083beb3df /plugins/sonar-xoo-plugin | |
parent | cd5be732eb6c203d9793a25a1a78ca5e38336913 (diff) | |
download | sonarqube-ef0065bcf1ccffc3a488534fe91c8770e5d21264.tar.gz sonarqube-ef0065bcf1ccffc3a488534fe91c8770e5d21264.zip |
Fix missing dependency
Diffstat (limited to 'plugins/sonar-xoo-plugin')
-rw-r--r-- | plugins/sonar-xoo-plugin/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 3fb6db8f386..239ace4bb2e 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -15,6 +15,11 @@ <dependencies> <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-plugin-api</artifactId> <scope>provided</scope> |