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 163221d commit 68ca2d9Copy full SHA for 68ca2d9
build.gradle.kts
@@ -35,7 +35,7 @@ repositories {
35
}
36
37
dependencies {
38
- implementation("com.fasterxml.jackson.core:jackson-annotations:2.14.2")
+ api("com.fasterxml.jackson.core:jackson-annotations:2.14.2")
39
// Java 8 date/time type java.time.OffsetDateTime not supported by default,
40
// so we need to add com.fasterxml.jackson.datatype:jackson-datatype-jsr310
41
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2")
0 commit comments