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/08/19 15:13:55 UTC

[activemq-artemis] 01/02: remove slf4j->jbl bridge from example

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 32586abc348bfa0ea59b45d2e6e302cb67e83927
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Aug 19 16:10:36 2022 +0100

    remove slf4j->jbl bridge from example
---
 .../sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml       | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml b/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml
index a4206e2bbd..a8108ad0a5 100644
--- a/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml
+++ b/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml
@@ -89,11 +89,6 @@ under the License.
          <artifactId>spring-context</artifactId>
          <version>${spring.version}</version>
       </dependency>
-      <dependency>
-         <groupId>org.jboss.slf4j</groupId>
-         <artifactId>slf4j-jboss-logging</artifactId>
-         <version>1.1.0.Final</version>
-      </dependency>
    </dependencies>
 
    <build>