Merge pull request #4454 from JLLeitschuh/patch-1

Use HTTPS instead of HTTP to download SNAPSHOT Deps
This commit is contained in:
Simone Bordet 2020-01-07 17:23:57 +01:00 committed by GitHub
commit 69808d3851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>