data-integration icon indicating copy to clipboard operation
data-integration copied to clipboard

Maven依赖下载报错,求指导,十分感谢!!!

Open Zzzz0zzzZ opened this issue 2 years ago • 6 comments

clone项目后,使用maven下载项目依赖,报错如下: image 另外kettle的几个jar包也报错了

我尝试更改了maven仓库为阿里云的新版仓库,但还是报错。我在阿里云仓库搜索了2020.0.0-M6这个版本,能够查到,但在idea中下载依赖就无法完成。 image

请问有解决方法或者思路吗?十分期待和感谢作者的回复!!!

Zzzz0zzzZ avatar Dec 18 '23 10:12 Zzzz0zzzZ

clone项目后,使用maven下载项目依赖,报错如下: image 另外kettle的几个jar包也报错了

我尝试更改了maven仓库为阿里云的新版仓库,但还是报错。我在阿里云仓库搜索了2020.0.0-M6这个版本,能够查到,但在idea中下载依赖就无法完成。 image

请问有解决方法或者思路吗?十分期待和感谢作者的回复!!!

可以尝试翻墙或者你用阿里的镜像试试

  • - alimaven - aliyun maven - http://maven.aliyun.com/nexus/content/groups/public/
    • <mirrorOf>central</mirrorOf>

EchoXiaoLang avatar Feb 20 '24 07:02 EchoXiaoLang

解决了吗

brick0carrier avatar Jun 27 '24 05:06 brick0carrier

没有解决,我没有用这个项目了,而是自己构建和调用kettle引擎了

Zzzz0zzzZ avatar Jul 08 '24 14:07 Zzzz0zzzZ

pom增加 <repositories> <repository> <id>spring-milestones</id> <name>Spring Milestones</name> <url>https://repo.spring.io/milestone</url> </repository> </repositories> , kettle的包现在都放在jfrog上, 很多版本都没有了

zengry avatar Jul 29 '24 02:07 zengry

解决了吗

recement avatar Sep 10 '24 10:09 recement

pom增加 <repositories> <repository> <id>spring-milestones</id> <name>Spring Milestones</name> <url>https://repo.spring.io/milestone</url> </repository> </repositories> , kettle的包现在都放在jfrog上, 很多版本都没有了

用这个可以下cloud里程碑M6的包,配jfrog仓库地址可以下kettle的包

penghao03 avatar Oct 31 '24 09:10 penghao03