Update groupId io.projectreactor.addons -> io.projectreactor

Fixes gh-4377
This commit is contained in:
Joe Grandja
2017-06-08 14:06:51 -04:00
parent 5dee8534cd
commit eb6bd9bea9
4 changed files with 4 additions and 4 deletions

View File

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

View File

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