Browse Source

Merge pull request #4118 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
Robert Alan Chapton 5 năm trước cách đây
mục cha
commit
7258b0995d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pom.xml

+ 1 - 1
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>