Fix reactive resource server tests

Closes gh-10660
This commit is contained in:
Eleftheria Stein 2021-12-20 20:34:37 +02:00
parent 1a4be6dd4b
commit 923a14c3f5
1 changed files with 1 additions and 0 deletions

View File

@ -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'