Hi Tim, On Tue, 19 Apr 2022 at 19:32, Tim Perry <tim.v...@gmail.com> wrote: > > Will including `com.sun.activation:jakarta.activation` and > `com.sun.mail:smtp` be a problem on application servers > that already include implementations of them? My > knowledge of the J2EE application servers is incomplete > for the modern (Java 11+) versions.
You were right on the spot: https://issues.apache.org/jira/browse/LOG4J2-3554 I believe we should remove the implementation artifacts from the POM and leave just the APIs (as `provided`). Piotr