use https maven repo URL to download dependencies

This commit is contained in:
Prajwal Tuladhar 2015-03-20 14:09:07 -04:00
parent bb9118319f
commit 9983216871
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"
);