Cannot resolve org.pentaho:mondrian:4.5.0.7-258

作者在构建calcite-test-dataset项目时遇到Mondrian依赖错误,由于官方Maven仓库服务暂时不可用,通过将PentahoPublic仓库添加至settings.xml解决了问题。
摘要由CSDN通过智能技术生成

今天在构建calcite-test-dataset项目时,出现了以下错误

org.pentaho:mondrian:pom:4.5.0.7-258 failed to transfer from http://ivy-nexus.pentaho.org/content/groups/omni during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of ivy-releases has elapsed or updates are forced. Original error: Could not transfer artifact org.pentaho:mondrian:pom:4.5.0.7-258 from/to ivy-releases (http://ivy-nexus.pentaho.org/content/groups/omni): transfer failed for http://ivy-nexus.pentaho.org/content/groups/omni/org/pentaho/mondrian/4.5.0.7-258/mondrian-4.5.0.7-258.pom, status: 503 Service Temporarily Unavailable
 

看样子是官方的maven仓库挂了,换了好几个仓库都不行,换了下面的仓库总算可以了:

		<repository>
          <id>pentaho-public</id>
          <name>Pentaho Public</name>
          <url>https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/</url>
          <releases>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
          </releases>
          <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
          </snapshots>
        </repository>

将此仓库添加到setting文件中。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值