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 c71fb8d59 Use a consistent version for all SL4J artifacts
c71fb8d59 is described below

commit c71fb8d595953974c10e0d530fbf3cfc1d1f25fd
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Sun Jan 4 18:50:10 2026 +0000

    Use a consistent version for all SL4J artifacts
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5a1388f61..7647d94eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,7 +287,6 @@
         <spring.version>7.0.2</spring.version>
         <springws.version>5.0.0</springws.version>
         <exam.version>4.14.0</exam.version>
-        <slf4j.version>2.0.17</slf4j.version>
         <jetty.version>12.1.5</jetty.version>
         <log4j.version>2.25.3</log4j.version>
         <groovy.version>5.0.3</groovy.version>
@@ -482,8 +481,10 @@
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-jdk14</artifactId>
-                <version>${slf4j.version}</version>
+                <artifactId>slf4j-bom</artifactId>
+                <version>2.0.17</version>
+                <type>pom</type>
+                <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.ow2.asm</groupId>

Reply via email to