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:29 UTC

[activemq] branch main updated: Fix log4j artifact coordinates

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 52b4f8f  Fix log4j artifact coordinates
52b4f8f is described below

commit 52b4f8fd31a1f1b96b755a58558b5654ad336eed
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 7f0600f..02c55ca 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>