From 923a14c3f56dc1ab5a46fac2994f5daf68b21783 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Mon, 20 Dec 2021 20:34:37 +0200 Subject: [PATCH] Fix reactive resource server tests Closes gh-10660 --- 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 7083de9437..1875910ba6 100644 --- a/test/spring-security-test.gradle +++ b/test/spring-security-test.gradle @@ -17,6 +17,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'