summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-01 23:15:37 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-05 09:54:05 +0200
commit7329c0cb612dbcb22f0122803639668d634ea056 (patch)
treec89eebc95f0b152cd837b054f29d0eb4210defd2 /pom.xml
parent0da7194795513bb7c5dff08ff8197aae17182719 (diff)
downloadsonarqube-7329c0cb612dbcb22f0122803639668d634ea056.tar.gz
sonarqube-7329c0cb612dbcb22f0122803639668d634ea056.zip
SONAR-6370 merge sonar-email-notifications-plugin into server module
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index fb2539ee041..5f1ec35440c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,6 @@
<module>sonar-plugin-api</module>
<module>server</module>
<module>sonar-testing-harness</module>
- <module>plugins/sonar-email-notifications-plugin</module>
<module>plugins/sonar-xoo-plugin</module>
<module>plugins/sonar-batch-maven-plugin</module>
</modules>
@@ -756,6 +755,11 @@
<version>1.8</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-email</artifactId>
+ <version>1.3.2</version>
+ </dependency>
+ <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
@@ -1105,6 +1109,13 @@
<artifactId>lz4</artifactId>
<version>1.3.0</version>
</dependency>
+ <dependency>
+ <groupId>org.subethamail</groupId>
+ <artifactId>subethasmtp</artifactId>
+ <version>3.1.7</version>
+ <scope>test</scope>
+ </dependency>
+
<!-- tomcat -->