diff options
author | Eric Giffon <eric.giffon@sonarsource.com> | 2023-06-14 17:03:47 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-20 15:13:44 +0000 |
commit | 0811ba15c30cd4263d98414ab8bdbbd119306441 (patch) | |
tree | 4a03e8edc8873bfadda9171fcb7130cb955e0aef /server/sonar-server-common/build.gradle | |
parent | 83ec170576a78b19259b49ffef4b739656770813 (diff) | |
download | sonarqube-0811ba15c30cd4263d98414ab8bdbbd119306441.tar.gz sonarqube-0811ba15c30cd4263d98414ab8bdbbd119306441.zip |
SONAR-14853 Elasticsearch http encryption
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 67dec37f8cc..0ba7fb41ca6 100644 --- a/server/sonar-server-common/build.gradle +++ b/server/sonar-server-common/build.gradle @@ -31,6 +31,7 @@ dependencies { testImplementation 'com.google.code.findbugs:jsr305' testImplementation 'org.subethamail:subethasmtp' testImplementation 'com.squareup.okhttp3:mockwebserver' + testImplementation 'com.squareup.okhttp3:okhttp-tls' testImplementation 'com.squareup.okio:okio' testImplementation 'com.tngtech.java:junit-dataprovider' testImplementation 'junit:junit' |