1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Add jackson-datatype-jsr310 Dependency

Closes gh-9123
This commit is contained in:
Josh Cummings
2020-10-12 17:40:58 -06:00
parent b1a3aef4f8
commit 3e95f68873
+1
View File
@@ -18,6 +18,7 @@ dependencies {
testCompile project(path : ':spring-security-config', configuration : 'tests')
testCompile 'com.fasterxml.jackson.core:jackson-databind'
testCompile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
testCompile 'io.projectreactor:reactor-test'
testCompile 'javax.xml.bind:jaxb-api'
testCompile 'org.skyscreamer:jsonassert'