Просмотр исходного кода

Add jackson-datatype-jsr310 Dependency

Closes gh-9123
Josh Cummings 4 лет назад
Родитель
Сommit
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 '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'