You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/06/27 15:28:02 UTC

[activemq-artemis] branch new-logging updated: restore some bits previously erroneously changed/removed

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

robbie pushed a commit to branch new-logging
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/new-logging by this push:
     new e9830782f8 restore some bits previously erroneously changed/removed
e9830782f8 is described below

commit e9830782f8ab3e55f94b2125cf857a7b3a5d56ba
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jun 27 16:27:17 2022 +0100

    restore some bits previously erroneously changed/removed
---
 examples/features/standard/security-ldap/pom.xml |  6 +++---
 pom.xml                                          | 11 +++++++++++
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/examples/features/standard/security-ldap/pom.xml b/examples/features/standard/security-ldap/pom.xml
index c859fd3be8..14fbc39cc7 100644
--- a/examples/features/standard/security-ldap/pom.xml
+++ b/examples/features/standard/security-ldap/pom.xml
@@ -64,8 +64,8 @@ under the License.
          <scope>compile</scope>
          <exclusions>
             <exclusion>
-               <groupId>org.apache.logging.log4j</groupId>
-               <artifactId>log4j-slf4j-impl</artifactId>
+               <groupId>org.slf4j</groupId>
+               <artifactId>slf4j-log4j12</artifactId>
             </exclusion>
          </exclusions>
       </dependency>
@@ -150,4 +150,4 @@ under the License.
          </plugin>
       </plugins>
    </build>
-</project>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 77d6793460..c52f745da0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -509,6 +509,17 @@
              <!-- License: Apache 2.0 -->
          </dependency>
 
+         <!-- ## Examples Dependencies ## -->
+         <dependency>
+             <groupId>org.slf4j</groupId>
+             <artifactId>slf4j-simple</artifactId>
+             <version>${slf4j.version}</version>
+         </dependency>
+         <dependency>
+             <groupId>org.slf4j</groupId>
+             <artifactId>slf4j-nop</artifactId>
+             <version>${slf4j.version}</version>
+         </dependency>
          <!-- ## End Examples Dependencies ## -->
 
          <!-- ### START opentelemetry Dependencies ### -->