From 959b668ee3bebc777f26fde722cba67d79dfb659 Mon Sep 17 00:00:00 2001 From: FengLiang Date: Thu, 23 Feb 2017 16:07:23 +0800 Subject: [PATCH] Modify pom activemq-all to activemq-core Change-Id: Ied44d372a94193f3f1239a290b8f13ea40e53e0f Issue-ID:HOLMES-37 Signed-off-by: FengLiang --- holmes-actions/pom.xml | 24 +++++++++--------------- pom.xml | 12 +++++++++++- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 0c891c6..6d117f5 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -22,21 +22,15 @@ org.apache.activemq - activemq-all - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - org.slf4j - slf4j-api - - + activemq-core + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + + + org.apache.activemq + activemq-pool org.openo.common-services.common-utilities diff --git a/pom.xml b/pom.xml index aad8980..dab2867 100644 --- a/pom.xml +++ b/pom.xml @@ -130,7 +130,17 @@ org.apache.activemq - activemq-all + activemq-core + 5.7.0 + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + 1.1.1 + + + org.apache.activemq + activemq-pool 5.8.0 -- 2.16.6