Merge pull request #4454 from JLLeitschuh/patch-1
Use HTTPS instead of HTTP to download SNAPSHOT Deps
This commit is contained in:
commit
69808d3851
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue