Explorar el Código

Add jackson-datatype-jsr310 Dependency

Closes gh-9123
Josh Cummings hace 4 años
padre
commit
3e95f68873
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/spring-security-test.gradle

+ 1 - 0
test/spring-security-test.gradle

@@ -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'