deki commented on a change in pull request #83: [SECURITY] Use HTTPS to resolve
dependencies in Maven Build
URL: https://github.com/apache/myfaces/pull/83#discussion_r377456456
##########
File path: api/pom.xml
##########
@@ -483,7 +483,7 @@
<pluginRepository>
<id>java.net.repo</id>
<name>java.net repository</name>
- <url>http://download.java.net/maven/2/</url>
+ <url>https://download.java.net/maven/2/</url>
Review comment:
this repo is no longer valid, needs to be removed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services