فهرست منبع

Fix reactive resource server tests

Closes gh-10660
Eleftheria Stein 3 سال پیش
والد
کامیت
7e34c6a045
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'