diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-01-31 16:30:54 +0100 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-01-31 16:32:17 +0100 |
commit | 98459327e1257c7d2b6e1a4abe531d9d2e45f853 (patch) | |
tree | 83cec404400faefdaa34b395c0ebb271f90f05a7 /plugins/sonar-email-notifications-plugin/pom.xml | |
parent | aa7e8691a6e192a091e256f5f16007e3d04162b0 (diff) | |
download | sonarqube-98459327e1257c7d2b6e1a4abe531d9d2e45f853.tar.gz sonarqube-98459327e1257c7d2b6e1a4abe531d9d2e45f853.zip |
SONAR-3959 Refactor existing notification-related code
Diffstat (limited to 'plugins/sonar-email-notifications-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-email-notifications-plugin/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/sonar-email-notifications-plugin/pom.xml b/plugins/sonar-email-notifications-plugin/pom.xml index bf10af333c1..72d10f4b76c 100644 --- a/plugins/sonar-email-notifications-plugin/pom.xml +++ b/plugins/sonar-email-notifications-plugin/pom.xml @@ -23,11 +23,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-core</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-email</artifactId> <version>1.2</version> |