aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-server-common/build.gradle')
-rw-r--r--server/sonar-server-common/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-server-common/build.gradle b/server/sonar-server-common/build.gradle
index 3b872c8cd3f..67dec37f8cc 100644
--- a/server/sonar-server-common/build.gradle
+++ b/server/sonar-server-common/build.gradle
@@ -29,6 +29,7 @@ dependencies {
testImplementation 'org.elasticsearch.plugin:transport-netty4-client'
testImplementation 'ch.qos.logback:logback-core'
testImplementation 'com.google.code.findbugs:jsr305'
+ testImplementation 'org.subethamail:subethasmtp'
testImplementation 'com.squareup.okhttp3:mockwebserver'
testImplementation 'com.squareup.okio:okio'
testImplementation 'com.tngtech.java:junit-dataprovider'