KEYCLOAK-4421: Change http url to https

Change any http maven urls to https to reduce build-time MITM vulnerability
This commit is contained in:
David Klassen
2017-02-22 15:25:08 +01:00
parent 99581748e0
commit 32d3f760ec
21 changed files with 31 additions and 31 deletions

View File

@@ -38,7 +38,7 @@
<repository>
<id>jboss</id>
<name>jboss repo</name>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>