diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-28 14:58:50 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-01 23:06:04 +0200 |
commit | c96f1183468824962415a12a73884b462db38f10 (patch) | |
tree | 925ec52906e5fb66f53b0b176ca1e26a34eab402 /sonar-application/pom.xml | |
parent | 03e6eeb3fa98c2bfcb8582c5cea22d0aef52471c (diff) | |
download | sonarqube-c96f1183468824962415a12a73884b462db38f10.tar.gz sonarqube-c96f1183468824962415a12a73884b462db38f10.zip |
Drop L10n english plugin
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 ef50d795c6a..2fad3d77928 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -91,13 +91,6 @@ <!-- core plugins --> <dependency> <groupId>org.codehaus.sonar.plugins</groupId> - <artifactId>sonar-l10n-en-plugin</artifactId> - <version>${project.version}</version> - <type>sonar-plugin</type> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.codehaus.sonar.plugins</groupId> <artifactId>sonar-email-notifications-plugin</artifactId> <version>${project.version}</version> <type>sonar-plugin</type> |