Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1287 from JLLeitschuh/fix/JLL/use_https_to_resolv…
Browse files Browse the repository at this point in the history
…e_dependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
  • Loading branch information
mattnworb committed Feb 11, 2020
2 parents 803e73d + 4fe19ec commit ef4baa4
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 @@ -109,11 +109,11 @@
<repositories>
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
<url>https://clojars.org/repo</url>
</repository>
<repository>
<id>bintray-readytalk</id>
<url>http://dl.bintray.com/readytalk/maven</url>
<url>https://dl.bintray.com/readytalk/maven</url>
</repository>
<repository>
<id>ossrh</id>
Expand Down

0 comments on commit ef4baa4

Please sign in to comment.