提交 a4d421d6 编写于 作者: X xiangdong huang 提交者: Xiangdong Huang

fix pentaho can not be downloaded because of spring.io address

上级 3ce09f4d
......@@ -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>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册