Skip to content

Commit

Permalink
Merge pull request #572 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
ato authored May 15, 2024
2 parents f81a987 + ea89c56 commit 64c7f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
<pluginRepositories>
<pluginRepository>
<id>builds.archive.org,maven2</id>
<url>http://builds.archive.org/maven2</url>
<url>https://builds.archive.org/maven2</url>
</pluginRepository>
</pluginRepositories>

<repositories>
<repository>
<id>builds.archive.org,maven2</id>
<url>http://builds.archive.org/maven2</url>
<url>https://builds.archive.org/maven2</url>
</repository>
<repository>
<id>oracleReleases</id>
Expand Down

0 comments on commit 64c7f0f

Please sign in to comment.