HTTPS instead of HTTP to download SNAPSHOT Deps
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
This commit is contained in:
parent
0d4e07ea1e
commit
46140ed097
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