Hi all, I have a general question about transitive dependencies. Here is an example use case: OFBiz depends on 2 external jars: jar1 and jar2 jar1 depends on log4j-version1 jar2 depends on log4j-version2
How should we manage the two versions of the same product (log4j in this exemple), containing most likely the same classes, since they are both in the classpath? Thanks, Jacopo
