From 3e95f6887392a288ff624c6b1ccdd5fe88877d3a Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Mon, 12 Oct 2020 17:40:58 -0600 Subject: [PATCH] Add jackson-datatype-jsr310 Dependency Closes gh-9123 --- test/spring-security-test.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/test/spring-security-test.gradle b/test/spring-security-test.gradle index 0c91884fb3..6d41565ad4 100644 --- a/test/spring-security-test.gradle +++ b/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'