Skip to content

Commit 85ff1f6

Browse files
authored
Remove Guava (#8732)
1 parent 67888f8 commit 85ff1f6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gradle/libs.versions.toml

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

okcurl/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ dependencies {
3333
api(projects.loggingInterceptor)
3434
api(libs.squareup.okio)
3535
implementation(libs.clikt)
36-
api(libs.guava.jre)
3736

3837
testImplementation(projects.okhttpTestingSupport)
3938
testApi(libs.assertk)

0 commit comments

Comments
 (0)