mirror of https://github.com/apache/druid.git
Merge pull request #1231 from infynyxx/https_maven_repo
use https maven repo URL to download dependencies
This commit is contained in:
commit
9325300b62
|
@ -48,7 +48,7 @@ public class ExtensionsConfig
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
@NotNull
|
@NotNull
|
||||||
private List<String> remoteRepositories = ImmutableList.of(
|
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"
|
"https://metamx.artifactoryonline.com/metamx/pub-libs-releases-local"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue