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

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


The following commit(s) were added to refs/heads/main by this push:
     new ff02efb9df ARTEMIS-4518 exclude slf4j-api from JMS bridge example
     new ff3c006374 This closes #4690
ff02efb9df is described below

commit ff02efb9df839d9a8225c96c4f2a89a2aac77213
Author: Jacek Jarocki <jacek.jaro...@ista.com>
AuthorDate: Mon Nov 27 21:32:59 2023 +0100

    ARTEMIS-4518 exclude slf4j-api from JMS bridge example
---
 .../sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml        | 4 ++++
 1 file changed, 4 insertions(+)

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 71725b97b0..3b4fdf0bde 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
@@ -59,6 +59,10 @@ under the License.
                <groupId>org.apache.geronimo.specs</groupId>
                <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
             </exclusion>
+            <exclusion>
+               <groupId>org.slf4j</groupId>
+               <artifactId>slf4j-api</artifactId>
+            </exclusion>
          </exclusions>
       </dependency>
       <dependency>

Reply via email to