Skip to content

Commit 3b07506

Browse files
authored
Merge pull request #154 from BulkSecurityGeneratorProjectV2/fix/JLL/use_https_to_resolve_dependencies_maven
[SECURITY] Use HTTPS to resolve dependencies in Maven Build
2 parents ef6ca07 + 93e780d commit 3b07506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<id>central</id>
240240
<name>Maven Repository Switchboard</name>
241241
<layout>default</layout>
242-
<url>http://repo1.maven.org/maven2</url>
242+
<url>https://repo1.maven.org/maven2</url>
243243
<snapshots>
244244
<enabled>false</enabled>
245245
</snapshots>

0 commit comments

Comments
 (0)