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.
2 parents f7ea1e5 + d7c9e76 commit f677650Copy full SHA for f677650
build.gradle
@@ -22,8 +22,8 @@ ext {
22
}
23
24
dependencies {
25
- api platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
26
- api platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")
+ implementation platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
+ implementation platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")
27
28
implementation "org.springframework.security.oauth:spring-security-oauth2:2.5.2.RELEASE"
29
implementation "org.springframework.security:spring-security-oauth2-client:6.3.4"
0 commit comments