Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Use https for maven repo. (#405)

- Looks like repos are forcing https to be used now:
[WARNING] repository metadata for: 'artifact joda-time:joda-time' could not be retrieved from repository: maven due to an error: Failed to transfer file: http://repo.maven.apache.org/maven2/joda-time/joda-time/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required.
  • Loading branch information
ruebot authored and ianmilligan1 committed Jan 16, 2020
1 parent 75b7502 commit 4c6875d3a56be3753a60f6a9fb9e46045b818c36
Showing with 1 addition and 1 deletion.
  1. +1 −1 pom.xml
@@ -63,7 +63,7 @@
<repositories>
<repository>
<id>maven</id>
<url>http://repo.maven.apache.org/maven2/</url>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
<repository>
<id>mvn-repo</id>

0 comments on commit 4c6875d

Please sign in to comment.
You can’t perform that action at this time.