Skip to content

Commit 3559279

Browse files
author
Steve Riesenberg
committed
Exclude project dependency from spring-boot-dependencies
Closes gh-1228
1 parent 878a75d commit 3559279

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/docs/asciidoc/examples/spring-authorization-server-docs-examples.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ repositories {
1212
}
1313

1414
dependencies {
15-
implementation platform("org.springframework.boot:spring-boot-dependencies:3.1.0-RC1")
15+
implementation(platform("org.springframework.boot:spring-boot-dependencies:3.1.0-RC1")) {
16+
exclude group: "org.springframework.security", module: "spring-security-oauth2-authorization-server"
17+
}
1618
implementation platform("org.springframework.security:spring-security-bom:6.1.0")
1719
implementation "org.springframework.boot:spring-boot-starter-web"
1820
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"

0 commit comments

Comments
 (0)