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 'commons-collections:commons-collections'
|
||||
testCompile 'io.projectreactor.addons:reactor-test'
|
||||
testCompile 'io.projectreactor:reactor-test'
|
||||
testCompile 'org.skyscreamer:jsonassert'
|
||||
testCompile 'org.slf4j:jcl-over-slf4j'
|
||||
testCompile 'org.springframework:spring-test'
|
||||
|
|
|
@ -11,7 +11,7 @@ dependencies {
|
|||
compile 'org.springframework:spring-webflux'
|
||||
|
||||
testCompile project(':spring-security-test')
|
||||
testCompile 'io.projectreactor.addons:reactor-test'
|
||||
testCompile 'io.projectreactor:reactor-test'
|
||||
testCompile 'org.skyscreamer:jsonassert'
|
||||
testCompile 'org.springframework:spring-test'
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ dependencies {
|
|||
compile 'org.springframework:spring-webflux'
|
||||
|
||||
testCompile project(':spring-security-test')
|
||||
testCompile 'io.projectreactor.addons:reactor-test'
|
||||
testCompile 'io.projectreactor:reactor-test'
|
||||
testCompile 'org.skyscreamer:jsonassert'
|
||||
testCompile 'org.springframework:spring-test'
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ dependencies {
|
|||
compile project(':spring-security-web')
|
||||
compile 'org.springframework:spring-webflux'
|
||||
|
||||
testCompile 'io.projectreactor.addons:reactor-test'
|
||||
testCompile 'io.projectreactor:reactor-test'
|
||||
testCompile 'org.springframework:spring-test'
|
||||
|
||||
integrationTestCompile 'com.squareup.okhttp3:mockwebserver'
|
||||
|
|
Loading…
Reference in New Issue