Use HTTPS instead of HTTP to resolve dependencies (#1184)

This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
This commit is contained in:
Jonathan Leitschuh 2020-03-12 14:37:36 -04:00 committed by GitHub
parent a410004a8f
commit 0ad67c8726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
</repository> </repository>
<repository> <repository>
<id>Cloudbees snapshots</id> <id>Cloudbees snapshots</id>
<url>http://repository-estatio.forge.cloudbees.com/snapshot/</url> <url>https://repository-estatio.forge.cloudbees.com/snapshot/</url>
<snapshots> <snapshots>
</snapshots> </snapshots>
<releases> <releases>