Remove log4j and log4j2 support.

Projects can make and configure their own shim, but Java logging is a better
default and log4j has been deprecated six ways to Sunday.
This commit is contained in:
Michael Bayne
2026-01-03 15:25:58 -08:00
parent edda9e611d
commit 22e0aeab4a
4 changed files with 4 additions and 156 deletions
-14
View File
@@ -44,20 +44,6 @@
<version>6.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.0-rc2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>