openmainframeproject / ade

ADE detects anomalous time slices and messages in Linux logs (either RFC3164 or RFC5424 format) using statistical learning.
https://www.openmainframeproject.org/projects/anomaly-detection-engine-for-linux-logs-ade
GNU General Public License v3.0
51 stars 34 forks source link

log4j missing dependency error #99

Closed shashwatj07 closed 2 years ago

shashwatj07 commented 2 years ago

ADE gives the following error:

[INFO] Reactor Summary for ade 1.0.4:
[INFO] 
[INFO] ade ................................................ SUCCESS [  3.089 s]
[INFO] ade-core ........................................... SUCCESS [01:12 min]
[INFO] ade-ext ............................................ SUCCESS [ 33.735 s]
[INFO] ade-assembly ....................................... FAILURE [  0.520 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:49 min
[INFO] Finished at: 2022-06-22T10:37:34-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ade-assembly: Could not resolve dependencies for project org.openmainframe.ade:ade-assembly:pom:1.0.4: Could not find artifact log4j:log4j:jar:2.15.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1]

To reproduce:

mvn clean package