vivo-project / VIVO

VIVO is an extensible semantic web application for research discovery and showcasing scholarly work
http://vivoweb.org
BSD 3-Clause "New" or "Revised" License
205 stars 129 forks source link

Replace slf4j-log4j12 with slf4j-reload4j #3953

Open chenejac opened 6 months ago

chenejac commented 6 months ago

Describe the bug Artifact used for log4j has been relocated - https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12/1.7.36

To Reproduce There is no security vulnerability. However, a message about relocation can be found at https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12/1.7.36

Expected behavior Instead of <artifactId>slf4j-log4j12</artifactId> the following artifact should be used <artifactId>slf4j-reload4j</artifactId>