Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary Spring Web dependency in build.gradle
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