2017-05-02 22:19:14 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core')
|
|
|
|
compile project(':spring-security-web')
|
|
|
|
compile 'org.springframework:spring-webflux'
|
|
|
|
|
2017-06-08 14:06:51 -04:00
|
|
|
testCompile 'io.projectreactor:reactor-test'
|
2017-05-02 22:19:14 -04:00
|
|
|
testCompile 'org.springframework:spring-test'
|
|
|
|
|
|
|
|
integrationTestCompile 'com.squareup.okhttp3:mockwebserver'
|
|
|
|
integrationTestCompile 'io.projectreactor.ipc:reactor-netty'
|
|
|
|
}
|