Skip to content

Commit

Permalink
Merge pull request #179 from JLLeitschuh/fix/JLL/use_https_to_resolve…
Browse files Browse the repository at this point in the history
…_dependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
  • Loading branch information
tbouron authored Feb 11, 2020
2 parents 4560e8d + e71139e commit f6e0512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
<url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion software/messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<repositories>
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
<url>https://clojars.org/repo</url>
</repository>
</repositories>

Expand Down

0 comments on commit f6e0512

Please sign in to comment.