ulisesbocchio / spring-boot-security-saml

spring-security-saml integration with Spring Boot
MIT License
157 stars 72 forks source link

Use https instead of http as the latest version of maven is blocking http requests #102

Open hardcoresam opened 3 years ago

hardcoresam commented 3 years ago

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.