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 <[email protected]>
  • Loading branch information
JLLeitschuh committed Feb 11, 2020
1 parent 72fb50a commit aa3f629
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 @@ -411,7 +411,7 @@
<pluginRepositories>
<pluginRepository>
<id>m2st-releases</id>
<url>http://anasoft-os-repo.googlecode.com/svn/repository/releases</url>
<url>https://anasoft-os-repo.googlecode.com/svn/repository/releases</url>
<releases><enabled>true</enabled></releases>
</pluginRepository>
</pluginRepositories>
Expand Down

0 comments on commit aa3f629

Please sign in to comment.