Merge pull request #148 from BulkSecurityGeneratorProjectV2/fix/JLL/use_https_to_resolve_dependencies_maven

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
This commit is contained in:
Moshow郑锴
2023-12-17 13:52:00 +08:00
committed by GitHub

View File

@@ -131,7 +131,7 @@
<repository> <repository>
<id>alimaven</id> <id>alimaven</id>
<name>aliyun maven</name> <name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url> <url>https://maven.aliyun.com/nexus/content/groups/public/</url>
</repository> </repository>
</repositories> </repositories>