Skip to content

Commit d7c9e76

Browse files
authored
remove direct dependency to spring boot or cloud bom
1 parent f7ea1e5 commit d7c9e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ ext {
2222
}
2323

2424
dependencies {
25-
api platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
26-
api platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")
25+
implementation platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
26+
implementation platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")
2727

2828
implementation "org.springframework.security.oauth:spring-security-oauth2:2.5.2.RELEASE"
2929
implementation "org.springframework.security:spring-security-oauth2-client:6.3.4"

0 commit comments

Comments
 (0)