stefanbirkner / system-rules

A collection of JUnit rules for testing code which uses java.lang.System.
http://stefanbirkner.github.io/system-rules
Other
546 stars 71 forks source link

keep up with junit's new location #75

Open dbyron0 opened 4 years ago

dbyron0 commented 4 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'