You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/03/13 11:24:56 UTC

[iotdb] branch fix_pentaho_download_failed created (now 16d5988)

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

hxd pushed a change to branch fix_pentaho_download_failed
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 16d5988  download calcite-core's dependency penhato from public.nexus.pentaho.org rather than spring.io

This branch includes the following new commits:

     new 16d5988  download calcite-core's dependency penhato from public.nexus.pentaho.org rather than spring.io

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: download calcite-core's dependency penhato from public.nexus.pentaho.org rather than spring.io

Posted by hx...@apache.org.
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 <sa...@gmail.com>
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>