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 12:18:10 UTC

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

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

hxd pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new 0fa01b7  download calcite-core's dependency penhato from public.nexus.pentaho.org rather than spring.io
0fa01b7 is described below

commit 0fa01b7956c50f49a8a0e8ef4d9de8325adbfc64
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 | 36 ++++--------------------------------
 1 file changed, 4 insertions(+), 32 deletions(-)

diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 60fdc39..72bdb20 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -164,41 +164,13 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>${maven.assembly.version}</version>
-                <configuration>
-                    <descriptorRefs>
-                        <descriptorRef>jar-with-dependencies</descriptorRef>
-                    </descriptorRefs>
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>make-assembly</id>
-                        <!-- this is used for inheritance merges -->
-                        <phase>package</phase>
-                        <!-- bind to the packaging phase -->
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </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.-->
+    <!-- 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>