mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-04-05 11:16:24 +02:00
Merge pull request #4118 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies
[SECURITY] Use HTTPS to resolve dependencies in Maven Build
This commit is contained in:
commit
7258b0995d
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user