浏览代码

Add jackson-datatype-jsr310 Dependency

Closes gh-9123
Josh Cummings 4 年之前
父节点
当前提交
3e95f68873
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 project(path : ':spring-security-config', configuration : 'tests')
 	testCompile 'com.fasterxml.jackson.core:jackson-databind'
 	testCompile 'com.fasterxml.jackson.core:jackson-databind'
+	testCompile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
 	testCompile 'io.projectreactor:reactor-test'
 	testCompile 'io.projectreactor:reactor-test'
 	testCompile 'javax.xml.bind:jaxb-api'
 	testCompile 'javax.xml.bind:jaxb-api'
 	testCompile 'org.skyscreamer:jsonassert'
 	testCompile 'org.skyscreamer:jsonassert'