This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch rel/0.9
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/rel/0.9 by this push:
new a4d421d fix pentaho can not be downloaded because of spring.io address
a4d421d is described below
commit a4d421d686ffab1e0e03770ab7b29858efee3d3b
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>