File tree Expand file tree Collapse file tree
samples/server/petstore/kotlin-spring-cloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
5555 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin" )
5656
5757 implementation(" org.springframework.cloud:spring-cloud-starter-openfeign" )
58- implementation(" org.springframework.boot :spring-boot -starter-oauth2-client " )
58+ implementation(" org.springframework.cloud :spring-cloud -starter-oauth2:2.2.5.RELEASE " )
5959
6060 implementation(" javax.validation:validation-api" )
6161 implementation(" javax.annotation:javax.annotation-api:1.3.2" )
Original file line number Diff line number Diff line change 109109 <artifactId >spring-cloud-starter-openfeign</artifactId >
110110 </dependency >
111111 <dependency >
112- <groupId >org.springframework.boot</groupId >
113- <artifactId >spring-boot-starter-oauth2-client</artifactId >
112+ <groupId >org.springframework.cloud</groupId >
113+ <artifactId >spring-cloud-starter-oauth2</artifactId >
114+ <version >2.2.5.RELEASE</version >
114115 </dependency >
115116 <dependency >
116117 <groupId >com.fasterxml.jackson.dataformat</groupId >
You can’t perform that action at this time.
0 commit comments