Skip to content

Commit

Permalink
Merge pull request #9 from JLLeitschuh/fix/JLL/use_https_to_resolve_d…
Browse files Browse the repository at this point in the history
…ependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
  • Loading branch information
ggam authored Feb 11, 2020
2 parents 63cf235 + 4602c6e commit 3ad6a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles-allowed-and-runas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<repository>
<id>apache-m2-snapshot</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
<url>https://repository.apache.org/snapshots</url>
</repository>
</repositories>
<!--
Expand Down

0 comments on commit 3ad6a6a

Please sign in to comment.