diff options
author | Jenkins CI <ci@sonarsource.com> | 2015-03-05 11:40:59 +0100 |
---|---|---|
committer | Jenkins CI <ci@sonarsource.com> | 2015-03-05 11:40:59 +0100 |
commit | 7e2f105666f4fc4acb59200114a950e789aa35c9 (patch) | |
tree | b233b2f33d658f0341ca43323edf42bdf620c964 /sonar-application | |
parent | 3c72e0846eca5fda4600f5f1068a6c8f786d7f0e (diff) | |
parent | c2681dbce1c7a81d41dd7f28b4f93cb031d09994 (diff) | |
download | sonarqube-7e2f105666f4fc4acb59200114a950e789aa35c9.tar.gz sonarqube-7e2f105666f4fc4acb59200114a950e789aa35c9.zip |
Automatic merge from master
* origin/master:
SONAR-5884 update coverage tooltips
Fix quality flaws
Fix indexing of issues -> mix functional and technical dates
SONAR-4624 Add "won't fix" in the Administer Issues permission
SONAR-6055 Embed latest Java 3.0 plugin and stop embedding Findbugs Plugin
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index a3c86e4a37b..dbf50534e4d 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -97,12 +97,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.codehaus.sonar-plugins.java</groupId> - <artifactId>sonar-findbugs-plugin</artifactId> - <type>sonar-plugin</type> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.codehaus.sonar.plugins</groupId> <artifactId>sonar-l10n-en-plugin</artifactId> <version>${project.version}</version> |