Skip to content

Commit

Permalink
Merge pull request #248 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
albogdano committed Dec 16, 2023
2 parents 824a99f + b7aa5de commit e5c647d
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 @@ -353,11 +353,11 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>

0 comments on commit e5c647d

Please sign in to comment.