You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use LOG4J2 for logging in my SPring Boot project.
When I add print-lib as a dependency for the project, it replace Log4J binding by Logback one.
Also the SLF4J dependencies are not the same versions as the last Spring Boot ones, so I have to exclude them if I don't want the JVM to complains about duplicate versions.
To resolve those problems, I have to do some exclusions in the pom.xml :
I use LOG4J2 for logging in my SPring Boot project.
When I add print-lib as a dependency for the project, it replace Log4J binding by Logback one.
Also the SLF4J dependencies are not the same versions as the last Spring Boot ones, so I have to exclude them if I don't want the JVM to complains about duplicate versions.
To resolve those problems, I have to do some exclusions in the pom.xml :
I think a library should not add logging dependencies when used, is it right ?
The text was updated successfully, but these errors were encountered: