HTTPS instead of HTTP to download SNAPSHOT Deps

Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
This commit is contained in:
Jonathan Leitschuh 2020-01-04 11:41:11 -05:00 committed by Jonathan Leitschuh
parent 0d4e07ea1e
commit 46140ed097
1 changed files with 1 additions and 1 deletions

View File

@ -2018,7 +2018,7 @@
<repository>
<id>jetty-snapshots</id>
<name>jetty-snapshots</name>
<url>http://oss.sonatype.org/content/repositories/jetty-snapshots</url>
<url>https://oss.sonatype.org/content/repositories/jetty-snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>