You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/03/06 10:31:13 UTC

[activemq] branch activemq-5.17.x updated: Fix log4j artifact coordinates

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new 92627fa  Fix log4j artifact coordinates
92627fa is described below

commit 92627fa759ab4c558a02fb1e2199bec135d71350
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Mar 6 11:31:01 2022 +0100

    Fix log4j artifact coordinates
---
 activemq-all/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index ae87b3e..6341aa6 100644
--- a/activemq-all/pom.xml
+++ b/activemq-all/pom.xml
@@ -105,7 +105,7 @@
                   <include>org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec</include>
                   <include>org.apache.geronimo.specs:geronimo-annotation_1.0_spec</include>
                   <include>org.slf4j:slf4j-api</include>
-                  <include>org.apache.logging:log4j-slf4j-impl</include>
+                  <include>org.apache.logging.log4j:log4j-slf4j-impl</include>
                   <include>org.slf4j:jcl-over-slf4j</include>
                   <include>org.springframework:spring-core</include>
                   <include>org.springframework:spring-beans</include>
@@ -342,14 +342,14 @@
           <optional>true</optional>
         </dependency>
         <dependency>
-          <groupId>org.apache.logging</groupId>
+          <groupId>org.apache.logging.log4j</groupId>
           <artifactId>log4j-slf4j-impl</artifactId>
           <version>${log4j-version}</version>
           <classifier>sources</classifier>
           <optional>true</optional>
         </dependency>
         <dependency>
-          <groupId>org.apache.logging</groupId>
+          <groupId>org.apache.logging.log4j</groupId>
           <artifactId>log4j-api</artifactId>
           <version>${log4j-version}</version>
           <classifier>sources</classifier>