Could not find artifact org.pentaho:pentaho-aggdesigner-algorithm:pom:5.1.5-jhyde in aliyun

本文档介绍了如何解决在Maven项目中遇到的Pentaho Aggdesigner Algorithm依赖缺失的问题。首先,需要在pom.xml中添加对应的依赖和repository配置。然后,清理本地Maven仓库中该依赖的相关文件,最后通过清除IDE的缓存来确保问题得到解决。此方法避免了手动下载Jar包,直接从仓库获取依赖。
摘要由CSDN通过智能技术生成

1、添加pom依赖

<dependency>
    <groupId>org.pentaho</groupId>
    <artifactId>pentaho-aggdesigner-algorithm</artifactId>
    <version>5.1.5-jhyde</version>
    <scope>test</scope>
</dependency>
    <repositories>
        <repository>
            <id>spring-libs</id>
            <url>https://repo.spring.io/plugins-release/</url>
        </repository>
    </repositories>

2、将C:\Users\用户名\.m2\repository\org\pentaho\pentaho-aggdesigner-algorithm\5.1.5-jhyde下除pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar的文件全部删除

3、清除缓存File->Invalidate Caches->Invalidate and Restart

4、一般来说,这样就可以解决问题了。

这个坑简直太坑了,网上各种手动下载Jar包,但本地仓库中其实有。

  • 2
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值