aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server-common
diff options
context:
space:
mode:
authorSteve Marion <steve.marion@sonarsource.com>2024-10-02 16:09:26 +0200
committersonartech <sonartech@sonarsource.com>2024-10-07 20:03:14 +0000
commitb23e506e13242e17075f75d664310b315e194e02 (patch)
tree435229199ff4fedb498ea616427b083d0239dd3a /server/sonar-server-common
parent24ae2aeb65e45d9fcb399fec997c42d282f24e81 (diff)
downloadsonarqube-b23e506e13242e17075f75d664310b315e194e02.tar.gz
sonarqube-b23e506e13242e17075f75d664310b315e194e02.zip
SONAR-23133 removing com.squareup.okio:okio direct dependency
Diffstat (limited to 'server/sonar-server-common')
-rw-r--r--server/sonar-server-common/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-server-common/build.gradle b/server/sonar-server-common/build.gradle
index 1c817eb9aa4..39315f15079 100644
--- a/server/sonar-server-common/build.gradle
+++ b/server/sonar-server-common/build.gradle
@@ -36,7 +36,6 @@ dependencies {
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'
testImplementation 'org.apache.logging.log4j:log4j-api'