This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 0dc1fa965 Simplify the management of log4j dependencies
0dc1fa965 is described below
commit 0dc1fa9655e964430ebeedf5b957a3a8334180f0
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Sun Jan 4 17:40:23 2026 +0000
Simplify the management of log4j dependencies
---
pom.xml | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index db284a1cd..e3a30e2c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,18 +395,10 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-api</artifactId>
- <version>${log4j.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-jcl</artifactId>
- <version>${log4j.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
+ <artifactId>log4j-bom</artifactId>
<version>${log4j.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>