1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-05 11:16:24 +02:00

Merge pull request from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
This commit is contained in:
Robert Alan Chapton 2020-07-13 07:31:28 -07:00 committed by GitHub
commit 7258b0995d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -149,7 +149,7 @@
</repository>
<repository>
<id>sk89q-repo</id>
<url>http://maven.sk89q.com/repo/</url>
<url>https://maven.sk89q.com/repo/</url>
</repository>
</repositories>
<dependencies>