diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-01 23:15:37 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 09:54:05 +0200 |
commit | 7329c0cb612dbcb22f0122803639668d634ea056 (patch) | |
tree | c89eebc95f0b152cd837b054f29d0eb4210defd2 /sonar-application | |
parent | 0da7194795513bb7c5dff08ff8197aae17182719 (diff) | |
download | sonarqube-7329c0cb612dbcb22f0122803639668d634ea056.tar.gz sonarqube-7329c0cb612dbcb22f0122803639668d634ea056.zip |
SONAR-6370 merge sonar-email-notifications-plugin into server module
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 78acbb41190..bde9dd65e19 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -89,14 +89,7 @@ <scope>provided</scope> </dependency> - <!-- core plugins --> - <dependency> - <groupId>org.codehaus.sonar.plugins</groupId> - <artifactId>sonar-email-notifications-plugin</artifactId> - <version>${project.version}</version> - <type>sonar-plugin</type> - <scope>provided</scope> - </dependency> + <!-- default plugins --> <dependency> <groupId>org.codehaus.sonar-plugins.java</groupId> <artifactId>sonar-java-plugin</artifactId> |