Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix](log)To avoid SLF4J multiple binding issues and unnecessary depe…
…ndency propagation. SLF4J requires only one binding implementatio to be present at runtime. By setting the scope of other bindings, such as slf4j-reload4j, to test, we ensure that only the explicitly specified binding, like log4j-slf4j-impl, is used in the production environment, preventing runtime conflicts.
- Loading branch information