Skip to content

ref-doc: Spring Boot version overrides project dependency in examples #1228

Closed
@sjohnr

Description

@sjohnr

The project dependency in spring-authorization-server-docs-examples.gradle resolves to Spring Boot's managed version since 3.1.0-RC1:

implementation platform("org.springframework.boot:spring-boot-dependencies:3.1.0-RC1")

spring-authorization-server-docs-examples should resolve the internal project dependency when using:

implementation project(":spring-security-oauth2-authorization-server") 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions