Open dbyron0 opened 5 years ago
to remove e.g.:
[WARNING] The artifact junit:junit-dep:jar:4.11-beta-1 has been relocated to junit:junit:jar:4.11-beta-1
when building.
This also helps me remove a classpath conflict in a project that uses both system-rules and junit (4:12 in my case):
'junit/extensions/ActiveTestSuite$1.class' is present in both 'junit-4.12.jar' and 'junit-dep-4.11.20120805.1225.jar'
to remove e.g.:
when building.
This also helps me remove a classpath conflict in a project that uses both system-rules and junit (4:12 in my case):