You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2020/12/18 02:40:03 UTC

[iotdb] branch master updated: Fix hive-connector CI (#2279)

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 39e68b2  Fix hive-connector CI (#2279)
39e68b2 is described below

commit 39e68b2d6c2e4030e2cdae6526c6c5ec63579f09
Author: Haonan <hh...@outlook.com>
AuthorDate: Fri Dec 18 10:39:39 2020 +0800

    Fix hive-connector CI (#2279)
---
 hive-connector/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 2331adf..b6d8de9 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -194,11 +194,15 @@
     </build>
     <!-- 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.-->
     <repositories>
         <repository>
             <id>for_pentaho</id>
             <name>spring.io</name>
-            <url>https://repo.spring.io/libs-milestone</url>
+            <url>https://repo.spring.io/milestone</url>
             <layout>default</layout>
             <releases>
                 <enabled>true</enabled>