Merge pull request #1231 from infynyxx/https_maven_repo

use https maven repo URL to download dependencies
This commit is contained in:
Xavier Léauté 2015-03-23 10:55:27 -07:00
commit 9325300b62
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class ExtensionsConfig
@JsonProperty
@NotNull
private List<String> remoteRepositories = ImmutableList.of(
"http://repo1.maven.org/maven2/",
"https://repo1.maven.org/maven2/",
"https://metamx.artifactoryonline.com/metamx/pub-libs-releases-local"
);