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

missing log4j in relevant pom files #341

Open
ranavnon opened this issue Oct 28, 2018 · 0 comments
Open

missing log4j in relevant pom files #341

ranavnon opened this issue Oct 28, 2018 · 0 comments

Comments

@ranavnon
Copy link

When trying to locally build the project, I get the following error in maven:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project jsystemCore: Compilation failure: Compilation failure:
[ERROR] C:\git_local\fix_jsystem\jsystem\jsystem-core-projects\jsystemCore\src\main\java\jsystem\framework\RunProperties.java:[11,23] error: package org.apache.log4j does not exist
[ERROR] C:\git_local\fix_jsystem\jsystem\jsystem-core-projects\jsystemCore\src\main\java\jsystem\utils\Encryptor.java:[51,22] BASE64Encoder is internal proprietary API and may be removed in a future release
[ERROR] C:\git_local\fix_jsystem\jsystem\jsystem-core-projects\jsystemCore\src\main\java\jsystem\utils\Encryptor.java:[73,27] BASE64Decoder is internal proprietary API and may be removed in a future release
[ERROR] -> [Help 1]

In order to resolve the issue there is a need to add log4j dependency under jsystem-parent pom.xml file
and under jsystem-core-projects -> jsystemCore pom.xml file

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