Skip to content

Commit 4daafe8

Browse files
committed
chore(deps): add missing jackson-dataformat-xml dependency (#471)
1 parent d62007f commit 4daafe8

File tree

1 file changed

+1
-0
lines changed
  • aws-serverless-struts-archetype/src/main/resources/archetype-resources

1 file changed

+1
-0
lines changed

aws-serverless-struts-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies {
3535
}
3636
implementation ('org.hibernate:hibernate-validator:6.1.7.Final')
3737
implementation ('com.fasterxml.jackson.core:jackson-databind:2.13.3')
38+
implementation ('com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.3')
3839
implementation ('org.apache.logging.log4j:log4j-core:2.17.2')
3940
implementation ('org.apache.logging.log4j:log4j-api:2.17.2')
4041
implementation ('org.apache.logging.log4j:log4j-slf4j-impl:2.17.2')

0 commit comments

Comments
 (0)