This is an automated email from the ASF dual-hosted git repository.

kerwin 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 5e92397  Migrate http to https in maven address (#6698)
5e92397 is described below

commit 5e923971bfc49f6705b25ed4bbeb214904d3291f
Author: kezhenxu94 <[email protected]>
AuthorDate: Fri Nov 5 20:17:27 2021 +0800

    Migrate http to https in maven address (#6698)
---
 .../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 ab40757..0d316a1 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
@@ -65,7 +65,7 @@ public class DolphinPluginManagerConfig {
      */
     private final String defaultLocalRepository = 
System.getProperty("user.home") + "/.m2/repository";
     private String mavenLocalRepository = 
getMavenLocalRepositoryOrDefault(defaultLocalRepository);
-    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;

Reply via email to