Http -> Https fix
This commit is contained in:
parent
d0214db56c
commit
b97e82df7d
4
pom.xml
4
pom.xml
@ -899,7 +899,7 @@
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<url>http://repo1.maven.org/maven2/</url>
|
||||
<url>https://repo1.maven.org/maven2/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-snapshots</id>
|
||||
@ -920,7 +920,7 @@
|
||||
<repository>
|
||||
<id>typesafe</id>
|
||||
<name>Typesafe Repository</name>
|
||||
<url>http://repo.typesafe.com/typesafe/releases/</url>
|
||||
<url>https://repo.typesafe.com/typesafe/releases/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype</id>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user