This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 60f93d1 update maven repository url (#5674)
60f93d1 is described below
commit 60f93d16eb95f2443bf567c7fd499ea6f6a5893a
Author: kyoty <[email protected]>
AuthorDate: Tue Jun 22 14:03:04 2021 +0800
update maven repository url (#5674)
---
.../apache/dolphinscheduler/spi/plugin/DolphinPluginManagerConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/plugin/DolphinPluginManagerConfig.java
b/dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/plugin/DolphinPluginManagerConfig.java
index 518f90e..c79b407 100644
---
a/dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/plugin/DolphinPluginManagerConfig.java
+++
b/dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/plugin/DolphinPluginManagerConfig.java
@@ -47,7 +47,7 @@ public class DolphinPluginManagerConfig {
* Development, When AlertServer is running on IDE, AlertPluginLoad can
load Alert Plugin from local Repository.
*/
private String mavenLocalRepository = System.getProperty("user.home") +
"/.m2/repository";
- private List<String> mavenRemoteRepository =
ImmutableList.of("http://repo1.maven.org/maven2/");
+ private List<String> mavenRemoteRepository =
ImmutableList.of("https://repo1.maven.org/maven2/");
File getInstalledPluginsDir() {
return installedPluginsDir;