提交 9325300b 编写于 作者: X Xavier Léauté

Merge pull request #1231 from infynyxx/https_maven_repo

use https maven repo URL to download dependencies
......@@ -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"
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册