diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-08-25 12:57:05 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-08-25 12:57:18 +0200 |
commit | 3e917b6be8dcccfc6b067560cbe1d25258288d04 (patch) | |
tree | 9c1c9dae3c3f172912859ad833333b08284e8d3c /sonar-application/pom.xml | |
parent | af0fd0c86e23a75cc5258628e1860f3fe995f0de (diff) | |
download | sonarqube-3e917b6be8dcccfc6b067560cbe1d25258288d04.tar.gz sonarqube-3e917b6be8dcccfc6b067560cbe1d25258288d04.zip |
SONAR-5524 Upgrade version of sonar-java-plugin to 2.4
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index ab817d90695..242e6dd7c21 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -108,18 +108,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.codehaus.sonar-plugins.java</groupId> - <artifactId>sonar-squid-java-plugin</artifactId> - <type>sonar-plugin</type> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.codehaus.sonar-plugins.java</groupId> - <artifactId>sonar-surefire-plugin</artifactId> - <type>sonar-plugin</type> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.codehaus.sonar.plugins</groupId> <artifactId>sonar-cpd-plugin</artifactId> <version>${project.version}</version> @@ -142,12 +130,6 @@ </dependency> <dependency> <groupId>org.codehaus.sonar-plugins.java</groupId> - <artifactId>sonar-jacoco-plugin</artifactId> - <type>sonar-plugin</type> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.codehaus.sonar-plugins.java</groupId> <artifactId>sonar-java-plugin</artifactId> <type>sonar-plugin</type> <scope>provided</scope> |