This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 35c1d16972049609339be7c5b9c1a6d5340dd678 Author: Piotr P. Karwasz <[email protected]> AuthorDate: Fri Nov 24 09:39:29 2023 +0100 Remove Woodstox as runtime dependency --- log4j-core/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index a8fbfc2edd..aa1ea3661d 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -139,12 +139,6 @@ <artifactId>jctools-core</artifactId> <optional>true</optional> </dependency> - <!-- POM for jackson-dataformat-xml depends on woodstox-core --> - <dependency> - <groupId>com.fasterxml.woodstox</groupId> - <artifactId>woodstox-core</artifactId> - <scope>runtime</scope> - </dependency> </dependencies> <build> <plugins>
