This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch pentaho-aggdesigner-algorithm12 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 05bdfb895fe1b9412f468d4b77f50d8efb8a5580 Author: HTHou <[email protected]> AuthorDate: Thu Jun 10 09:43:06 2021 +0800 [To rel/0.12] Fix cannot download pentaho-aggdesigner-algorithm for hive-connector --- hive-connector/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml index 6e2a43a..21e3f9d 100644 --- a/hive-connector/pom.xml +++ b/hive-connector/pom.xml @@ -176,8 +176,8 @@ <repositories> <repository> <id>for_pentaho</id> - <name>public.nexus.pentaho.org</name> - <url>https://public.nexus.pentaho.org/repository/proxy-public-3rd-party-release</url> + <name>conjars.org</name> + <url>http://conjars.org/repo</url> <layout>default</layout> <releases> <enabled>true</enabled>
