aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2019-04-16 15:18:55 +0200
committersonartech <sonartech@sonarsource.com>2019-04-23 10:37:56 +0200
commitd9e7cb020409491b45199ab8762eb22746e3543d (patch)
treec6cd40d4b214f1bb9a2621fa7268cede2de206ca /build.gradle
parenta5bf96e1bb48375f63420e2bfe87b097033f664f (diff)
downloadsonarqube-d9e7cb020409491b45199ab8762eb22746e3543d.tar.gz
sonarqube-d9e7cb020409491b45199ab8762eb22746e3543d.zip
SONAR-11757 add HtmlFragmentAssert and MimeMessageAssert
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index cbf8d64c974..d5e14b5c68c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -144,6 +144,7 @@ subprojects {
dependency 'com.tngtech.java:junit-dataprovider:1.9.2'
dependency 'info.picocli:picocli:3.6.1'
dependency 'io.jsonwebtoken:jjwt:0.9.0'
+ dependency 'javax.mail:mail:1.4.4'
dependency 'javax.servlet:javax.servlet-api:3.0.1'
dependency 'javax.xml.bind:jaxb-api:2.3.0'
dependency 'junit:junit:4.12'