1
0
mirror of https://github.com/square/okhttp.git synced 2025-04-19 07:42:15 +03:00

Remove Guava (#8732)

This commit is contained in:
Jake Wharton 2025-04-09 03:00:31 -04:00 committed by GitHub
parent 67888f8aef
commit 85ff1f6064
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -59,7 +59,6 @@ gradlePlugin-mavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.31.0"
gradlePlugin-mavenSympathy = "io.github.usefulness.maven-sympathy:io.github.usefulness.maven-sympathy.gradle.plugin:0.3.0"
gradlePlugin-shadow = "gradle.plugin.com.github.johnrengelman:shadow:8.0.0"
gradlePlugin-spotless = "com.diffplug.spotless:spotless-plugin-gradle:7.0.3"
guava-jre = "com.google.guava:guava:33.4.6-jre"
hamcrestLibrary = "org.hamcrest:hamcrest-library:3.0"
httpClient5 = "org.apache.httpcomponents.client5:httpclient5:5.4.3"
jettyClient = "org.eclipse.jetty:jetty-client:9.4.57.v20241219"

View File

@ -33,7 +33,6 @@ dependencies {
api(projects.loggingInterceptor)
api(libs.squareup.okio)
implementation(libs.clikt)
api(libs.guava.jre)
testImplementation(projects.okhttpTestingSupport)
testApi(libs.assertk)