Skip to content

Commit eb6bd9b

Browse files
committed
Update groupId io.projectreactor.addons -> io.projectreactor
Fixes gh-4377
1 parent 5dee853 commit eb6bd9b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

core/spring-security-core.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727

2828
testCompile powerMockDependencies
2929
testCompile 'commons-collections:commons-collections'
30-
testCompile 'io.projectreactor.addons:reactor-test'
30+
testCompile 'io.projectreactor:reactor-test'
3131
testCompile 'org.skyscreamer:jsonassert'
3232
testCompile 'org.slf4j:jcl-over-slf4j'
3333
testCompile 'org.springframework:spring-test'

samples/javaconfig/hellowebflux/spring-security-samples-javaconfig-hellowebflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
compile 'org.springframework:spring-webflux'
1212

1313
testCompile project(':spring-security-test')
14-
testCompile 'io.projectreactor.addons:reactor-test'
14+
testCompile 'io.projectreactor:reactor-test'
1515
testCompile 'org.skyscreamer:jsonassert'
1616
testCompile 'org.springframework:spring-test'
1717
}

samples/javaconfig/hellowebfluxfn/spring-security-samples-javaconfig-hellowebfluxfn.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
compile 'org.springframework:spring-webflux'
1212

1313
testCompile project(':spring-security-test')
14-
testCompile 'io.projectreactor.addons:reactor-test'
14+
testCompile 'io.projectreactor:reactor-test'
1515
testCompile 'org.skyscreamer:jsonassert'
1616
testCompile 'org.springframework:spring-test'
1717
}

webflux/spring-security-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55
compile project(':spring-security-web')
66
compile 'org.springframework:spring-webflux'
77

8-
testCompile 'io.projectreactor.addons:reactor-test'
8+
testCompile 'io.projectreactor:reactor-test'
99
testCompile 'org.springframework:spring-test'
1010

1111
integrationTestCompile 'com.squareup.okhttp3:mockwebserver'

0 commit comments

Comments
 (0)