mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-09-08 20:51:41 +00:00
Update groupId io.projectreactor.addons -> io.projectreactor
Fixes gh-4377
This commit is contained in:
parent
5dee8534cd
commit
eb6bd9bea9
@ -27,7 +27,7 @@ dependencies {
|
|||||||
|
|
||||||
testCompile powerMockDependencies
|
testCompile powerMockDependencies
|
||||||
testCompile 'commons-collections:commons-collections'
|
testCompile 'commons-collections:commons-collections'
|
||||||
testCompile 'io.projectreactor.addons:reactor-test'
|
testCompile 'io.projectreactor:reactor-test'
|
||||||
testCompile 'org.skyscreamer:jsonassert'
|
testCompile 'org.skyscreamer:jsonassert'
|
||||||
testCompile 'org.slf4j:jcl-over-slf4j'
|
testCompile 'org.slf4j:jcl-over-slf4j'
|
||||||
testCompile 'org.springframework:spring-test'
|
testCompile 'org.springframework:spring-test'
|
||||||
|
@ -11,7 +11,7 @@ dependencies {
|
|||||||
compile 'org.springframework:spring-webflux'
|
compile 'org.springframework:spring-webflux'
|
||||||
|
|
||||||
testCompile project(':spring-security-test')
|
testCompile project(':spring-security-test')
|
||||||
testCompile 'io.projectreactor.addons:reactor-test'
|
testCompile 'io.projectreactor:reactor-test'
|
||||||
testCompile 'org.skyscreamer:jsonassert'
|
testCompile 'org.skyscreamer:jsonassert'
|
||||||
testCompile 'org.springframework:spring-test'
|
testCompile 'org.springframework:spring-test'
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ dependencies {
|
|||||||
compile 'org.springframework:spring-webflux'
|
compile 'org.springframework:spring-webflux'
|
||||||
|
|
||||||
testCompile project(':spring-security-test')
|
testCompile project(':spring-security-test')
|
||||||
testCompile 'io.projectreactor.addons:reactor-test'
|
testCompile 'io.projectreactor:reactor-test'
|
||||||
testCompile 'org.skyscreamer:jsonassert'
|
testCompile 'org.skyscreamer:jsonassert'
|
||||||
testCompile 'org.springframework:spring-test'
|
testCompile 'org.springframework:spring-test'
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ dependencies {
|
|||||||
compile project(':spring-security-web')
|
compile project(':spring-security-web')
|
||||||
compile 'org.springframework:spring-webflux'
|
compile 'org.springframework:spring-webflux'
|
||||||
|
|
||||||
testCompile 'io.projectreactor.addons:reactor-test'
|
testCompile 'io.projectreactor:reactor-test'
|
||||||
testCompile 'org.springframework:spring-test'
|
testCompile 'org.springframework:spring-test'
|
||||||
|
|
||||||
integrationTestCompile 'com.squareup.okhttp3:mockwebserver'
|
integrationTestCompile 'com.squareup.okhttp3:mockwebserver'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user