Skip to content

Commit

Permalink
Use HTTPS instead of HTTP to resolve dependencies
Browse files Browse the repository at this point in the history
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
  • Loading branch information
JLLeitschuh committed Feb 11, 2020
1 parent f791609 commit c81d9c9
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 c81d9c9

Please sign in to comment.