We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4be6d commit 923a14cCopy full SHA for 923a14c
test/spring-security-test.gradle
@@ -17,6 +17,7 @@ dependencies {
17
18
testCompile project(path : ':spring-security-config', configuration : 'tests')
19
testCompile 'com.fasterxml.jackson.core:jackson-databind'
20
+ testCompile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
21
testCompile 'io.projectreactor:reactor-test'
22
testCompile 'javax.xml.bind:jaxb-api'
23
testCompile 'org.skyscreamer:jsonassert'
0 commit comments