From ace11835c92cca9ef599f68929b8a597c2e17b58 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Wed, 29 Jun 2016 16:27:17 -0400 Subject: [PATCH] ARTEMIS-597 Adding Logging manager to a few poms this is making a few tests to show an Exception when they start --- artemis-cli/pom.xml | 5 +++++ artemis-core-client/pom.xml | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml index 83ddea99cd..d4d12d977a 100644 --- a/artemis-cli/pom.xml +++ b/artemis-cli/pom.xml @@ -58,6 +58,11 @@ org.jboss.logging jboss-logging + + org.jboss.logmanager + jboss-logmanager + test + io.airlift airline diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml index d445dbf174..57bbe85c14 100644 --- a/artemis-core-client/pom.xml +++ b/artemis-core-client/pom.xml @@ -38,6 +38,18 @@ provided true + + org.jboss.logging + jboss-logging + provided + true + + + org.jboss.logmanager + jboss-logmanager + provided + true + org.jgroups jgroups