Skip to content

Commit

Permalink
Merge pull request #33 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
johnnyshields committed Feb 11, 2020
2 parents 5fe3289 + 0ab7234 commit a58d43f
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 @@ -34,7 +34,7 @@
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2</url>
<url>https://download.java.net/maven/2</url>
</repository>
<repository>
<id>swt-repo</id>
Expand Down

0 comments on commit a58d43f

Please sign in to comment.