Browse Source

Use https for maven central

pull/2358/head
Igor Kulikov 6 years ago
parent
commit
25dc4e4e38
  1. 4
      pom.xml

4
pom.xml

@ -903,7 +903,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>
@ -924,7 +924,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…
Cancel
Save