Skip to content

Commit

Permalink
Merge pull request #1 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
SomaH123 authored Nov 20, 2020
2 parents 83c52d7 + 6d14206 commit 35b0749
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 @@ -169,7 +169,7 @@
<repositories>
<repository>
<id>vaadin-addons</id>
<url>http://maven.vaadin.com/vaadin-addons</url>
<url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
<repository>
<id>sonatype-forge</id>
Expand Down

0 comments on commit 35b0749

Please sign in to comment.