From ce6c902e03d2693d3e900b827fda3c13d47c5956 Mon Sep 17 00:00:00 2001 From: Gary Tully Date: Wed, 27 Apr 2011 16:02:09 +0000 Subject: [PATCH] ensure slf4j has a default impl to avoid ncdf error on startup git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1097161 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-tooling/maven-activemq-plugin/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/activemq-tooling/maven-activemq-plugin/pom.xml b/activemq-tooling/maven-activemq-plugin/pom.xml index 218dbdaad9..0a7a2b7977 100644 --- a/activemq-tooling/maven-activemq-plugin/pom.xml +++ b/activemq-tooling/maven-activemq-plugin/pom.xml @@ -67,6 +67,10 @@ org.apache.geronimo.specs geronimo-j2ee-management_1.1_spec + + org.slf4j + slf4j-log4j12 +