Sfoglia il codice sorgente

Fix reactive resource server tests

Closes gh-10660
Eleftheria Stein 3 anni fa
parent
commit
923a14c3f5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      test/spring-security-test.gradle

+ 1 - 0
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'