We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7955bbd commit c63dd56Copy full SHA for c63dd56
build.gradle.kts
@@ -59,7 +59,6 @@ kotlin {
59
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
60
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
61
implementation("com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion")
62
- implementation("org.jooq:jooq:3.15.4")
63
}
64
65
val jvmTest by getting {
0 commit comments