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
The solution as described in the documentation, with surefire classpathDependencyExcludes, does not work when run through IntelliJ.
This causes this logging framework to work correctly on commandline, but still cause logging framework conflicts when run in IntelliJ.
Is there a way to make this framework compatible with IntelliJ?
The text was updated successfully, but these errors were encountered:
A workaround is to declare slf4j-test dependency as the first dependency in the project you want to use so it should be picked up before any other SLF4J implementation.
The solution as described in the documentation, with surefire classpathDependencyExcludes, does not work when run through IntelliJ.
This causes this logging framework to work correctly on commandline, but still cause logging framework conflicts when run in IntelliJ.
Is there a way to make this framework compatible with IntelliJ?
The text was updated successfully, but these errors were encountered: