My code has a dependency on abc.jar file. This abc.jar file has a class called Logger, under the package org.apache.log4j
, but this is not the Logger from Apache.
I want to use Logger from Apache. I have added a dependency in maven for Apache's Logger. But the problem is that when I want to use Apache's Logger, it automatically picks up the Logger from abc.jar file.