Skip to content

Commit

Permalink
fix: use Jackson from the platform
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jun 24, 2024
1 parent 69c64b4 commit 4f8bf6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ subprojects {

// Logs
compileOnly'org.slf4j:slf4j-api'

// this will enforce Jackson to the version defined in the Platform
api group: 'com.fasterxml.jackson.core', name: 'jackson-core'
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind'
api group: 'com.fasterxml.jackson.core', name: 'jackson-annotations'
api group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml'
}
}

Expand Down

0 comments on commit 4f8bf6f

Please sign in to comment.