Skip to content

Commit

Permalink
Remove unnecessary Spring Web dependency in build.gradle
Browse files Browse the repository at this point in the history
The "spring-boot-starter-web" dependency was redundant since this library is using WebFlux. Its removal reduces potential conflicts and aligns the dependency list with the reactive stack requirements.
  • Loading branch information
krharum committed Jan 6, 2025
1 parent 3ba3e8b commit 5c6e2eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/reactive-security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies {

implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
implementation 'org.springframework.boot:spring-boot-starter-security'

Expand Down

0 comments on commit 5c6e2eb

Please sign in to comment.