Skip to content

Commit

Permalink
Define jackson-module-jaxb-annotations for the sake of compatibility …
Browse files Browse the repository at this point in the history
…with newer Jackson versions
  • Loading branch information
pivovarit committed Oct 13, 2024
1 parent 737ea47 commit 55d2609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}"
testImplementation "javax.xml.bind:jaxb-api:${jaxbVersion}"
testImplementation "com.squareup:javapoet:${javapoetVersion}"
testImplementation "com.fasterxml.jackson.module:jackson-module-jaxb-annotations:${fasterxmlVersion}"
testImplementation "com.fasterxml.jackson.dataformat:jackson-dataformat-csv:${fasterxmlVersion}"
testImplementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${fasterxmlVersion}"
testImplementation "com.fasterxml.jackson.datatype:jackson-datatype-joda:${fasterxmlVersion}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
junitJupiterVersion=5.11.2
vavrVersion=0.10.5
fasterxmlVersion=2.7.2
fasterxmlVersion=2.13.4
javapoetVersion=1.9.0
jaxbVersion=2.3.0

0 comments on commit 55d2609

Please sign in to comment.