This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch fix_pentaho_download_failed in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 16d5988d52c7960e5c699f15b38e5d4918244d2b Author: xiangdong huang <[email protected]> AuthorDate: Sat Mar 13 19:24:24 2021 +0800 download calcite-core's dependency penhato from public.nexus.pentaho.org rather than spring.io --- hive-connector/pom.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml index 7a0355d..5afd8da 100644 --- a/hive-connector/pom.xml +++ b/hive-connector/pom.xml @@ -168,17 +168,13 @@ </dependency> </dependencies> </dependencyManagement> - <!-- org.pentaho:pentaho-aggdesigner-algorithm is in repo.spring.io and we have to claim - to use https--> - <!-- Please note the notice in https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020 - Anonymous access using /libs-snapshot or /libs-milestone in the pom.xml, or with - these configured in a remote repository, should replace them with /snapshot and /milestone, - respectively.--> + <!-- org.pentaho:pentaho-aggdesigner-algorithm is removed from repo.spring.io and we have to claim + to use https://public.nexus.pentaho.org or http://conjars.org/repo --> <repositories> <repository> <id>for_pentaho</id> - <name>spring.io</name> - <url>https://repo.spring.io/milestone</url> + <name>public.nexus.pentaho.org</name> + <url>https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release</url> <layout>default</layout> <releases> <enabled>true</enabled>
