Skip to content

Commit 412aa51

Browse files
authored
Merge pull request #148 from BulkSecurityGeneratorProjectV2/fix/JLL/use_https_to_resolve_dependencies_maven
[SECURITY] Use HTTPS to resolve dependencies in Maven Build
2 parents 3af7114 + 536ab42 commit 412aa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<repository>
132132
<id>alimaven</id>
133133
<name>aliyun maven</name>
134-
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
134+
<url>https://maven.aliyun.com/nexus/content/groups/public/</url>
135135
</repository>
136136
</repositories>
137137

0 commit comments

Comments
 (0)