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

解决:Could not find artifact org.syslog4j:syslog4j:jar:0.9.46 in pentaho-public #136

Open
yoonching opened this issue Jun 9, 2023 · 1 comment

Comments

@yoonching
Copy link

不是该项目本身的bug,只是在maven install的过程中会遇到该问题并且可以解决。在此记录,以帮助后续启动项目的朋友。

描述:maven install时,提示Could not find artifact org.syslog4j:syslog4j:jar:0.9.46 in pentaho-public.....(省略),使用的maven repository url为 https://repo.orl.eng.hitachivantara.com/artifactory/pnt-mvn/

分析:该url下已经不提供0.9.46版本。
image

解决:到syslog4j官网下载jar包,安装本地jar包。http://syslog4j.org/
image

image

注:
一般安装本地jar包在windows上可行的办法是
mvn install:install-file -DgroupId=org.syslog4j -DartifactId=syslog4j -Dversion=0.9.46 -Dpackaging=jar -Dfile=D:\syslog4j.jar

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

1 participant