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 2a24f9cc0e38aa563563208c2f114aee6a8a74b7 Author: Robbie Gemmell <[email protected]> AuthorDate: Tue Aug 16 14:37:45 2022 +0100 remove commons-logging slf4j bridge now the karaf bits dont cause beanutils log spam --- tests/integration-tests/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 30870a48c4..7b196ea3af 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -33,14 +33,6 @@ </properties> <dependencies> - <!-- TODO: seems like this shouldnt be needed, some other dep is - causing the commons-logging output to occur, investigate. --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - <version>${slf4j.version}</version> - </dependency> - <dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-quorum-ri</artifactId>
