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/07/01 14:44:13 UTC

[activemq-artemis] 05/14: 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

commit 734b2a1f245dc8b56717a2e4422fc26d2ce4e817
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 733c137507..98e73619da 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 ### -->