未验证 提交 0ad67c87 编写于 作者: J Jonathan Leitschuh 提交者: GitHub

Use HTTPS instead of HTTP to resolve dependencies (#1184)

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: NJonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
上级 a410004a
......@@ -52,7 +52,7 @@
</repository>
<repository>
<id>Cloudbees snapshots</id>
<url>http://repository-estatio.forge.cloudbees.com/snapshot/</url>
<url>https://repository-estatio.forge.cloudbees.com/snapshot/</url>
<snapshots>
</snapshots>
<releases>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册