Skip to content

Commit

Permalink
chore(deps): add missing jackson-dataformat-xml dependency (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Sep 17, 2022
1 parent d62007f commit 4daafe8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies {
}
implementation ('org.hibernate:hibernate-validator:6.1.7.Final')
implementation ('com.fasterxml.jackson.core:jackson-databind:2.13.3')
implementation ('com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.3')
implementation ('org.apache.logging.log4j:log4j-core:2.17.2')
implementation ('org.apache.logging.log4j:log4j-api:2.17.2')
implementation ('org.apache.logging.log4j:log4j-slf4j-impl:2.17.2')
Expand Down

0 comments on commit 4daafe8

Please sign in to comment.