This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch iotdb-563-v0.9.3 in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 1ae96b1d7af4958686a7d5559328a0c61cc89c98 Author: xiangdong huang <[email protected]> AuthorDate: Sat May 2 18:39:51 2020 +0800 fix pentaho can not be downloaded because of spring.io address --- hive-connector/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml index dcfbbc9..8c5dd97 100644 --- a/hive-connector/pom.xml +++ b/hive-connector/pom.xml @@ -147,4 +147,20 @@ </plugin> </plugins> </build> + <repositories> + <!-- as it is not good to upgrade the hive dependency version in a minor version of IoTDB, + we add the repo here. see IOTDB-563 --> + <repository> + <id>for_pentaho</id> + <name>spring.io</name> + <url>https://repo.spring.io/libs-milestone</url> + <layout>default</layout> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + </repositories> </project>
