-
Notifications
You must be signed in to change notification settings - Fork 71
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
pom: use new junit artifactId #78
base: master
Are you sure you want to change the base?
Conversation
OpenJDK 6 is no longer supported in the default build environment of Travis CI, so downgrade to Ubuntu 14.04 LTS (Trusty Tahr). This version is EOL (like Java 6), but seems to be the only way to continue building with OpenJDK 6. Even with the downgraded build environment, a manual workaround is necessary since the usual "jdk" key does not work.
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. |
Any reason not to upgrade to JUnit |
0540169
to
88e50eb
Compare
No, not really. Updated the PR to use 4.13, and fixed the CI builds. |
@stefanbirkner Any change of getting this merged? |
Ping @stefanbirkner |
Versions before 3.2.3 don't use https when accessing Maven Central, which is now required (see MNG-5672).
Resolves issues stefanbirkner#77, stefanbirkner#83
Resolves issue #77