diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2019-04-16 15:18:55 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-04-23 10:37:56 +0200 |
commit | d9e7cb020409491b45199ab8762eb22746e3543d (patch) | |
tree | c6cd40d4b214f1bb9a2621fa7268cede2de206ca /sonar-testing-harness/build.gradle | |
parent | a5bf96e1bb48375f63420e2bfe87b097033f664f (diff) | |
download | sonarqube-d9e7cb020409491b45199ab8762eb22746e3543d.tar.gz sonarqube-d9e7cb020409491b45199ab8762eb22746e3543d.zip |
SONAR-11757 add HtmlFragmentAssert and MimeMessageAssert
Diffstat (limited to 'sonar-testing-harness/build.gradle')
-rw-r--r-- | sonar-testing-harness/build.gradle | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-testing-harness/build.gradle b/sonar-testing-harness/build.gradle index a8bc3f4290b..c5001fbcfbd 100644 --- a/sonar-testing-harness/build.gradle +++ b/sonar-testing-harness/build.gradle @@ -10,12 +10,14 @@ dependencies { compile 'com.google.code.gson:gson' compile 'com.googlecode.json-simple:json-simple' compile 'commons-io:commons-io' + compile 'javax.mail:mail' compile 'junit:junit' + compile 'org.assertj:assertj-core' compile 'org.hamcrest:hamcrest-all' + compile 'org.jsoup:jsoup:1.11.3' compileOnly 'com.google.code.findbugs:jsr305' - testCompile 'org.assertj:assertj-core' } artifactoryPublish.skip = false |