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 787afaad174590142e248b8cae467d86b9c2dbec Author: Robbie Gemmell <[email protected]> AuthorDate: Fri Aug 19 11:52:49 2022 +0100 remove exclusion that is no longer needed --- artemis-journal/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/artemis-journal/pom.xml b/artemis-journal/pom.xml index 000db6101b..6e24a74818 100644 --- a/artemis-journal/pom.xml +++ b/artemis-journal/pom.xml @@ -64,16 +64,6 @@ <groupId>org.apache.activemq</groupId> <artifactId>activemq-artemis-native</artifactId> <version>${activemq-artemis-native-version}</version> - <exclusions> - <exclusion> - <groupId>org.jboss.logging</groupId> - <artifactId>jboss-logging</artifactId> - </exclusion> - <exclusion> - <groupId>org.jboss.logmanager</groupId> - <artifactId>jboss-logmanager</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>io.netty</groupId>
