1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Move spring-security-webflux into spring-security-web

Fixes gh-4662
This commit is contained in:
Rob Winch
2017-10-12 13:45:23 -05:00
parent d231441cc0
commit b81c1ce2c0
95 changed files with 26 additions and 185 deletions
+4
View File
@@ -10,16 +10,20 @@ dependencies {
compile 'org.springframework:spring-web'
optional 'com.fasterxml.jackson.core:jackson-databind'
optional 'io.projectreactor:reactor-core'
optional 'org.springframework:spring-jdbc'
optional 'org.springframework:spring-tx'
optional 'org.springframework:spring-webflux'
optional 'org.springframework:spring-webmvc'
provided 'javax.servlet:javax.servlet-api'
testCompile project(path: ':spring-security-core', configuration: 'tests')
testCompile 'commons-codec:commons-codec'
testCompile 'io.projectreactor:reactor-test'
testCompile 'org.codehaus.groovy:groovy-all'
testCompile 'org.skyscreamer:jsonassert'
testCompile 'org.springframework:spring-webflux'
testCompile powerMock2Dependencies
testCompile spockDependencies
testCompile slf4jDependencies