-
Notifications
You must be signed in to change notification settings - Fork 89
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
Silence duplicate-dependency-class for known duplication #103
Comments
This rule is listing class files in the jars on a configuration, and looking for duplicates. This is what's causing the violation:
|
So you're saying
Can you please provide pointers on how to address this issue? I can open an issue with Junit. |
You can ignore the warning, but like I said, |
I have a warning for duplicate classes between junit and hamcrest-core:
I think I can ignore this warning because I have examined it and determined that junit is importing hamcrest-core and I believe that junit is doing the right thing:
The text was updated successfully, but these errors were encountered: