I've built a jar that uses Log4J. Now I reference this jar in another jar but in Eclipse I receive the error
The type org.apache.logging.log4j.Logger cannot be resolved. It is indirectly referenced from required .class files
If I had the Log4J dependency in the second jar all works fine but is not what I expect. I expect to receive the dependency from the first jar.
What am I doing wrong?