11// tag::propdeps-plugin-1[]
22buildscript {
33 ext {
4- springBootVersion = ' 2.0.0.M4 '
4+ springBootVersion = ' 2.0.0.BUILD-SNAPSHOT '
55 springCloudVersion = ' Finchley.BUILD-SNAPSHOT'
66 springCloudStreamVersion = ' Elmhurst.M1'
77 }
@@ -58,8 +58,6 @@ configurations {
5858 all* . exclude group : ' org.springframework' , module : ' spring-webmvc'
5959}
6060
61- ext[' thymeleaf-spring5.version' ] = ' 3.0.8-SNAPSHOT'
62-
6361dependencies {
6462 compile(' org.springframework.boot:spring-boot-starter-webflux' )
6563 compile(' org.synchronoss.cloud:nio-multipart-parser:1.1.0' )
@@ -69,16 +67,15 @@ dependencies {
6967 compile(' org.projectlombok:lombok' )
7068 compile(' org.springframework.cloud:spring-cloud-starter-stream-rabbit' )
7169 compile(' org.springframework.cloud:spring-cloud-stream-reactive' )
72- compile(' org.springframework.cloud:spring-cloud-starter-eureka' )
73- compile(' org.springframework.cloud:spring-cloud-starter-hystrix' )
70+ compile(' org.springframework.cloud:spring-cloud-starter-netflix- eureka-client ' )
71+ compile(' org.springframework.cloud:spring-cloud-starter-netflix- hystrix' )
7472 compile(' org.springframework.cloud:spring-cloud-starter-config' )
7573
76- compile(' org.springframework.security:spring-security-config' )
77- compile(' org.springframework.security:spring-security-webflux' )
74+ compile(' org.springframework.boot:spring-boot-starter-security-reactive' )
7875
7976 compile(' org.springframework.boot:spring-boot-starter-data-mongodb-reactive' )
8077
81- compile(' org.springframework.session:spring-session-data-mongodb:2.0.0.M3 ' )
78+ compile(' org.springframework.session:spring-session-data-mongodb' )
8279
8380 // tag::zuul[]
8481 compile(' org.springframework.cloud:spring-cloud-starter-gateway' )
0 commit comments