We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120be4e commit de9e26cCopy full SHA for de9e26c
gateway/build.gradle
@@ -29,7 +29,7 @@ repositories {
29
30
dependencyManagement {
31
imports {
32
- mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Greenwich.BUILD-SNAPSHOT'
+ mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Greenwich.SR1'
33
}
34
35
@@ -41,4 +41,4 @@ dependencies {
41
// for sample controller in gateway
42
"org.springframework.boot:spring-boot-starter-thymeleaf",
43
"org.thymeleaf.extras:thymeleaf-extras-springsecurity5"
44
-}
+}
0 commit comments