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

pom: use new junit artifactId #78

Open reftel opened 4 years ago

reftel commented 4 years ago

Resolves issue #77

reftel commented 4 years ago

AppVeyor build fails due to

[WARNING] Could not transfer metadata commons-io:commons-io/maven-metadata.xml from/to central (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/commons-io/commons-io/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required.

etc., which appears not to be caused by this change, but by the maven settings that the AppVeyor build uses being outdated.

vjkoskela commented 4 years ago

Any reason not to upgrade to JUnit 4.13 which was released Jan-2020?

https://search.maven.org/artifact/junit/junit

reftel commented 4 years ago

Any reason not to upgrade to JUnit 4.13 which was released Jan-2020?

No, not really. Updated the PR to use 4.13, and fixed the CI builds.

reftel commented 3 years ago

@stefanbirkner Any change of getting this merged?

reftel commented 3 years ago

Ping @stefanbirkner