Skip to content

Commit

Permalink
Use https for maven repo. (#405)
Browse files Browse the repository at this point in the history
- 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 4c6875d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4c6875d

Please sign in to comment.