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:
parent
67888f8aef
commit
85ff1f6064
@ -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"
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user