diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2018-06-28 16:57:00 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2018-07-09 10:39:31 +0200 |
commit | fe7dacaba03ebdb4e96db810939a802d207c162c (patch) | |
tree | 9aa8ecff51fbc83235e063b0375ddfa7a705b8dc /server/sonar-server-common/build.gradle | |
parent | 335b2d0f63d5396acd3cadcd856d969f2b490234 (diff) | |
download | sonarqube-fe7dacaba03ebdb4e96db810939a802d207c162c.tar.gz sonarqube-fe7dacaba03ebdb4e96db810939a802d207c162c.zip |
move notification classes to sonar-server
and clean up some back package names from previous commits
Diffstat (limited to 'server/sonar-server-common/build.gradle')
-rw-r--r-- | server/sonar-server-common/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-server-common/build.gradle b/server/sonar-server-common/build.gradle index 33501832218..baa6476d540 100644 --- a/server/sonar-server-common/build.gradle +++ b/server/sonar-server-common/build.gradle @@ -13,6 +13,7 @@ configurations { dependencies { // please keep the list grouped by configuration and ordered by name + compile 'org.apache.commons:commons-email' compile 'com.google.guava:guava' compile 'org.slf4j:slf4j-api' compile 'com.squareup.okhttp3:okhttp' |