Skip to content

Commit

Permalink
fix: add Jackson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Apr 30, 2024
1 parent 4c42844 commit 732465d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dependencies {
compileOnly "io.micronaut:micronaut-inject"
compileOnly "io.micronaut.validation:micronaut-validation"
compileOnly "io.micronaut.reactor:micronaut-reactor"
compileOnly "io.micronaut:micronaut-jackson-databind"

// kestra
compileOnly group: "io.kestra", name: "core", version: kestraVersion
Expand Down Expand Up @@ -107,6 +108,7 @@ dependencies {
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "org.hamcrest:hamcrest-library:2.2"
testImplementation 'org.mockito:mockito-junit-jupiter'
testImplementation "io.micronaut:micronaut-jackson-databind"

testImplementation group: "io.kestra", name: "core", version: kestraVersion
testImplementation group: "io.kestra", name: "core", version: kestraVersion, classifier: 'tests'
Expand Down

0 comments on commit 732465d

Please sign in to comment.