Skip to content

Commit 923a14c

Browse files
committed
Fix reactive resource server tests
Closes gh-10660
1 parent 1a4be6d commit 923a14c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/spring-security-test.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies {
1717

1818
testCompile project(path : ':spring-security-config', configuration : 'tests')
1919
testCompile 'com.fasterxml.jackson.core:jackson-databind'
20+
testCompile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
2021
testCompile 'io.projectreactor:reactor-test'
2122
testCompile 'javax.xml.bind:jaxb-api'
2223
testCompile 'org.skyscreamer:jsonassert'

0 commit comments

Comments
 (0)