diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-22 16:21:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-28 09:28:37 +0200 |
commit | ce04507c53a5b84091781b1834c2cd657c2798cb (patch) | |
tree | 5d3445ef595e1e99463d7c021b86b58e6e27a0c9 /plugins/sonar-l10n-en-plugin/pom.xml | |
parent | c3aa3b115c39a407b318bb8b917660323874be4c (diff) | |
download | sonarqube-ce04507c53a5b84091781b1834c2cd657c2798cb.tar.gz sonarqube-ce04507c53a5b84091781b1834c2cd657c2798cb.zip |
SONAR-6370 Shade and relocate Guava, GSON and Apache Commons into sonar-plugin-api
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml index 817eb99e375..49163bca0f7 100644 --- a/plugins/sonar-l10n-en-plugin/pom.xml +++ b/plugins/sonar-l10n-en-plugin/pom.xml @@ -36,6 +36,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> |