Skip to content

Commit

Permalink
Fix: jackson dependency has missing version (#23)
Browse files Browse the repository at this point in the history
Mark bom as api
  • Loading branch information
rainbowdashlabs committed Mar 24, 2023
1 parent c24c75a commit 2636ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ allprojects {
dependencies {
api("org.jetbrains", "annotations", "24.0.1")

implementation(platform("com.fasterxml.jackson:jackson-bom:2.14.2"))
api(platform("com.fasterxml.jackson:jackson-bom:2.14.2"))
api("com.fasterxml.jackson.core", "jackson-core")
api("com.fasterxml.jackson.core:jackson-databind")

Expand Down

0 comments on commit 2636ba8

Please sign in to comment.