-
Notifications
You must be signed in to change notification settings - Fork 52
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
log4j problems #6
Comments
I'm wondering if it's not able to find org.apache.logging.log4j version because the version specified is:
I don't see that version w/a maven search. Maybe you need to change this to 2.14.0 in pom.xml to be up-to-date? You may need to update other libraries as it's been years since the source has been updated. Let me know if this works. |
Hello, thanks for your reply. I would like to share my pom file. : I added this and log4j issue dissapered however the src folder shows now lot more troubles. let me show you. Thanks in advance for taking the chance to review this, could be 5 years old but I would like to have a 2021 working repo so it can keep using the great tools you create, hipos, websing. 4.0.0 log4j log4j 1.4-SNAPSHOT
|
It looks like you have more than one provider listed for log4j-- I checked out http://www.slf4j.org/codes.html#multiple_bindings and it seems to confirm. What happens if you take out the bits relating to "org.apache.logging.log4j" (or the other one)? The instructions at slf4j.org I linked to above also say you can explicitly exclude bindings to avoid the conflict as well. Maybe play with these and see if you can get the build to finish. |
Also-- take a look at this pull request and let me know if it fixes the build for ya! If so, please let me know. |
Hello, first thanks for your time. I hope you could give me some hint, Im getting this error while trying to create the .jar file.
Can the community comment please. Thanks @fat-tire
The text was updated successfully, but these errors were encountered: