bosschaert edited a comment on pull request #6: URL: https://github.com/apache/sling-org-apache-sling-commons-log/pull/6#issuecomment-643342999
The errors that show up in the build are: ``` Caused by: java.io.IOException: Error resolving artifact org.ops4j.pax.exam:pax-exam-inject:jar:3.5.0: Could not transfer artifact org.ops4j.pax.exam:pax-exam-inject:jar:3.5.0 from/to central (http://repo1.maven.org/maven2/): Error transferring file: Server returned HTTP response code: 501 for URL: http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/3.5.0/pax-exam-inject-3.5.0.jar from http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/3.5.0/pax-exam-inject-3.5.0.jar ``` If I go to http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/3.5.0/pax-exam-inject-3.5.0.jar I get: ``` 501 HTTPS Required. Use https://repo1.maven.org/maven2/ More information at https://links.sonatype.com/central/501-https-required ``` Seems like pax-exam is somehow using http and not https urls... ---------------------------------------------------------------- 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: us...@infra.apache.org