We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ed2c3 commit 2597becCopy full SHA for 2597bec
increase-java-core/build.gradle.kts
@@ -28,7 +28,6 @@ dependencies {
28
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2")
29
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
30
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
31
- implementation("com.google.guava:guava:33.0.0-jre")
32
33
testImplementation(kotlin("test"))
34
testImplementation(project(":increase-java-client-okhttp"))
0 commit comments