Use HTTPS instead of HTTP to resolve dependencies

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-02-11 00:23:00 -05:00
committed by games647
parent 282467d21b
commit 0cf6c4c188

View File

@ -65,7 +65,7 @@
<!-- ProtocolLib --> <!-- ProtocolLib -->
<repository> <repository>
<id>dmulloy2-repo</id> <id>dmulloy2-repo</id>
<url>http://repo.dmulloy2.net/nexus/repository/public/</url> <url>https://repo.dmulloy2.net/nexus/repository/public/</url>
</repository> </repository>
<!-- AuthMe Reloaded, xAuth and LoginSecurity --> <!-- AuthMe Reloaded, xAuth and LoginSecurity -->
@ -83,7 +83,7 @@
<!-- PlaceholderAPI --> <!-- PlaceholderAPI -->
<repository> <repository>
<id>placeholderapi</id> <id>placeholderapi</id>
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url> <url>https://ci.extendedclip.com/plugin/repository/everything/</url>
</repository> </repository>
</repositories> </repositories>