Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Zzzz0zzzZ opened this issue Dec 18, 2023 · 6 comments
Open

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

Zzzz0zzzZ opened this issue Dec 18, 2023 · 6 comments

Comments

@Zzzz0zzzZ
Copy link

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

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

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

@EchoXiaoLang
Copy link
Collaborator

EchoXiaoLang commented Feb 20, 2024

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

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

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

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

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

@brick0carrier
Copy link

解决了吗

@Zzzz0zzzZ
Copy link
Author

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

@zengry
Copy link

zengry commented Jul 29, 2024

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

@recement
Copy link

解决了吗

@penghao03
Copy link

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的包

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants