Skip to content

Commit

Permalink
Merge pull request #154 from BulkSecurityGeneratorProjectV2/fix/JLL/u…
Browse files Browse the repository at this point in the history
…se_https_to_resolve_dependencies_maven

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
  • Loading branch information
Zifah authored Jul 20, 2024
2 parents ef6ca07 + 93e780d commit 3b07506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<id>central</id>
<name>Maven Repository Switchboard</name>
<layout>default</layout>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 3b07506

Please sign in to comment.