diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2015-02-16 11:28:21 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2015-02-16 18:32:02 +0100 |
commit | 2660b61c7d0c0aee191ab719bf672f7902e78c5e (patch) | |
tree | 3fc4ecdca84ae66e2d4d623e1840f32e99b5e7d1 /sonar-application/pom.xml | |
parent | 1230b06fa26f9cc032c15d39f3563867d9d2914b (diff) | |
download | sonarqube-2660b61c7d0c0aee191ab719bf672f7902e78c5e.tar.gz sonarqube-2660b61c7d0c0aee191ab719bf672f7902e78c5e.zip |
SONAR-6000 Merge cpd core plugin into the batch
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index dcd6c6db5c8..44133ea12a0 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -104,13 +104,6 @@ </dependency> <dependency> <groupId>org.codehaus.sonar.plugins</groupId> - <artifactId>sonar-cpd-plugin</artifactId> - <version>${project.version}</version> - <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> <type>sonar-plugin</type> |