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 <[email protected]> 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>
