Skip to content

Commit 68ca2d9

Browse files
committed
use "api" dependencies
1 parent 163221d commit 68ca2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repositories {
3535
}
3636

3737
dependencies {
38-
implementation("com.fasterxml.jackson.core:jackson-annotations:2.14.2")
38+
api("com.fasterxml.jackson.core:jackson-annotations:2.14.2")
3939
// Java 8 date/time type java.time.OffsetDateTime not supported by default,
4040
// so we need to add com.fasterxml.jackson.datatype:jackson-datatype-jsr310
4141
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2")

0 commit comments

Comments
 (0)