aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorJenkins CI <ci@sonarsource.com>2015-03-05 11:40:59 +0100
committerJenkins CI <ci@sonarsource.com>2015-03-05 11:40:59 +0100
commit7e2f105666f4fc4acb59200114a950e789aa35c9 (patch)
treeb233b2f33d658f0341ca43323edf42bdf620c964 /sonar-application
parent3c72e0846eca5fda4600f5f1068a6c8f786d7f0e (diff)
parentc2681dbce1c7a81d41dd7f28b4f93cb031d09994 (diff)
downloadsonarqube-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.xml6
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>