ppkarwasz commented on issue #1291: URL: https://github.com/apache/logging-log4j2/issues/1291#issuecomment-1450793036
@norrisjeremy, I took care of the [release notes](https://logging.apache.org/log4j/2.x/release-notes/2.20.0.html). The difference in dependencies is caused by Maven: * for the `log4j-core` artifact with `tests` classifier Maven pulled the wrong dependencies (`compile` scope instead of `test` scope), * for the `log4j-core-test` artifact the real dependencies are no longer hidden: the artifact mostly contains JUnit 4 and JUnit 5 extensions, so it depends on all those libraries. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
