diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-07-19 13:09:51 +0400 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-07-20 19:02:49 +0400 |
commit | 5f730dc9ed7a80ad2de100940e051279c2018e1d (patch) | |
tree | 1fa0100c6f94fd93d5921a0722ce01dfd3481a96 /sonar-application/pom.xml | |
parent | a77a5b874799dc15edffe740a3ca34d896813238 (diff) | |
download | sonarqube-5f730dc9ed7a80ad2de100940e051279c2018e1d.tar.gz sonarqube-5f730dc9ed7a80ad2de100940e051279c2018e1d.zip |
SONAR-2596,SONAR-2600 Improve notification mechanism
* Persist notifications into DB for later delivery.
* Add sonar-email-plugin, which sends notifications by email.
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 32072863f92..407cb8aeefb 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -209,6 +209,12 @@ <scope>runtime</scope> </dependency> <dependency> + <groupId>org.codehaus.sonar.plugins</groupId> + <artifactId>sonar-email-plugin</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>org.sonatype.jsw-binaries</groupId> <artifactId>jsw-binaries</artifactId> <version>3.2.3.6</version> |