Skip to content

Commit

Permalink
Merge pull request #163 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
ivmarkov committed Sep 23, 2020
2 parents be4f2e1 + c81d9c9 commit e2a8dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -20,7 +20,7 @@
<repositories>
<repository>
<id>gwt-plugin</id>
<url>http://storage.googleapis.com/gwt-eclipse-plugin/release</url>
<url>https://storage.googleapis.com/gwt-eclipse-plugin/release</url>
<layout>p2</layout>
</repository>
<repository>
Expand Down

0 comments on commit e2a8dff

Please sign in to comment.