I am trying to compile the product and it downloads log4j 1.2.12 version.
When I try to see how is it added using mvn dependency:tree, it does not show up.
In the compilation logs, it says below:
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jobcontroller-worker-api ---
Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar
Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 1.6 MB/s)
Any idea how to know who is downloading this jar and how to change it to use 2.x version of logs.
Thanks,
Swaraj