1
0
mirror of synced 2026-08-04 17:27:13 +00:00

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
@@ -7,7 +7,7 @@ dependencies {
compile 'org.springframework.boot:spring-boot-starter-thymeleaf'
compile 'org.springframework.boot:spring-boot-starter-webflux'
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 'org.springframework.boot:spring-boot-starter-test'