Skip to content

Commit 2597bec

Browse files
committed
Remove unused guava dependency
1 parent 14ed2c3 commit 2597bec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

increase-java-core/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ dependencies {
2828
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2")
2929
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
3030
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
31-
implementation("com.google.guava:guava:33.0.0-jre")
3231

3332
testImplementation(kotlin("test"))
3433
testImplementation(project(":increase-java-client-okhttp"))

0 commit comments

Comments
 (0)