Fix snapshot build failure related to reactor-netty

Closes gh-8909
This commit is contained in:
Joe Grandja 2020-08-04 14:17:03 -04:00
parent 8146b1fdda
commit f37714a26f
6 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,7 @@ dependencies {
testCompile powerMock2Dependencies testCompile powerMock2Dependencies
testCompile 'com.squareup.okhttp3:mockwebserver' testCompile 'com.squareup.okhttp3:mockwebserver'
testCompile 'ch.qos.logback:logback-classic' testCompile 'ch.qos.logback:logback-classic'
testCompile 'io.projectreactor.netty:reactor-netty' testCompile 'io.projectreactor.netty:reactor-netty-http'
testCompile 'io.rsocket:rsocket-transport-netty' testCompile 'io.rsocket:rsocket-transport-netty'
testCompile 'javax.annotation:jsr250-api:1.0' testCompile 'javax.annotation:jsr250-api:1.0'
testCompile 'javax.xml.bind:jaxb-api' testCompile 'javax.xml.bind:jaxb-api'

View File

@ -18,7 +18,7 @@ dependencies {
testCompile project(path: ':spring-security-oauth2-jose', configuration: 'tests') testCompile project(path: ':spring-security-oauth2-jose', configuration: 'tests')
testCompile powerMock2Dependencies testCompile powerMock2Dependencies
testCompile 'com.squareup.okhttp3:mockwebserver' testCompile 'com.squareup.okhttp3:mockwebserver'
testCompile 'io.projectreactor.netty:reactor-netty' testCompile 'io.projectreactor.netty:reactor-netty-http'
testCompile 'io.projectreactor:reactor-test' testCompile 'io.projectreactor:reactor-test'
testCompile 'io.projectreactor.tools:blockhound' testCompile 'io.projectreactor.tools:blockhound'
testCompile 'org.skyscreamer:jsonassert' testCompile 'org.skyscreamer:jsonassert'

View File

@ -11,6 +11,6 @@ dependencies {
testCompile powerMock2Dependencies testCompile powerMock2Dependencies
testCompile 'com.squareup.okhttp3:mockwebserver' testCompile 'com.squareup.okhttp3:mockwebserver'
testCompile 'io.projectreactor.netty:reactor-netty' testCompile 'io.projectreactor.netty:reactor-netty-http'
testCompile 'com.fasterxml.jackson.core:jackson-databind' testCompile 'com.fasterxml.jackson.core:jackson-databind'
} }

View File

@ -16,6 +16,6 @@ dependencies {
testCompile project(path: ':spring-security-oauth2-jose', configuration: 'tests') testCompile project(path: ':spring-security-oauth2-jose', configuration: 'tests')
testCompile 'com.squareup.okhttp3:mockwebserver' testCompile 'com.squareup.okhttp3:mockwebserver'
testCompile 'com.fasterxml.jackson.core:jackson-databind' testCompile 'com.fasterxml.jackson.core:jackson-databind'
testCompile 'io.projectreactor.netty:reactor-netty' testCompile 'io.projectreactor.netty:reactor-netty-http'
testCompile 'io.projectreactor:reactor-test' testCompile 'io.projectreactor:reactor-test'
} }

View File

@ -7,7 +7,7 @@ dependencies {
compile 'org.springframework.boot:spring-boot-starter-thymeleaf' compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
compile 'org.springframework.boot:spring-boot-starter-webflux' compile 'org.springframework.boot:spring-boot-starter-webflux'
compile 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' compile 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'
compile 'io.projectreactor.netty:reactor-netty' compile 'io.projectreactor.netty:reactor-netty-http'
testCompile project(':spring-security-test') testCompile project(':spring-security-test')
testCompile 'org.springframework.boot:spring-boot-starter-test' testCompile 'org.springframework.boot:spring-boot-starter-test'

View File

@ -8,7 +8,7 @@ dependencies {
compile 'org.springframework.boot:spring-boot-starter-thymeleaf' compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
compile 'org.springframework.boot:spring-boot-starter-web' compile 'org.springframework.boot:spring-boot-starter-web'
compile 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' compile 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5'
compile 'io.projectreactor.netty:reactor-netty' compile 'io.projectreactor.netty:reactor-netty-http'
testCompile project(':spring-security-test') testCompile project(':spring-security-test')
testCompile 'org.springframework.boot:spring-boot-starter-test' testCompile 'org.springframework.boot:spring-boot-starter-test'