Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

classpathDependencyExcludes are not picked up by IntelliJ #15

Open
TimoMeijer opened this issue Dec 1, 2016 · 4 comments
Open

classpathDependencyExcludes are not picked up by IntelliJ #15

TimoMeijer opened this issue Dec 1, 2016 · 4 comments

Comments

@TimoMeijer
Copy link

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?

@marcusmoncayo
Copy link

+1 on this. I am running into the same error.

@KieranPeat
Copy link

+1 :(

@woshilapin
Copy link

This is the bug to track on IntelliJ side
https://youtrack.jetbrains.com/issue/IDEA-122783

@woshilapin
Copy link

woshilapin commented Mar 16, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants