Use https instead of http as the latest version of maven is blocking http requests
hardcoresam opened this issue · 0 comments
hardcoresam commented
Hi there,
Can we change http://repo.spring.io/release & http://repository.mulesoft.org/releases links to use https in pom.xml?
Maven recently released 3.8.1 version which is blocking http requests by default.
https://maven.apache.org/docs/3.8.1/release-notes.html#how-to-fix-when-i-get-a-http-repository-blocked
Our builds are failing because of this http blocking.
Thank you.