From 33cd30f7a1cd87f7670ea9dd94f30dc8801d2f12 Mon Sep 17 00:00:00 2001 From: Yuriy Movchan Date: Mon, 9 Jan 2017 14:59:48 +0200 Subject: [PATCH] Replace activemq-all jar with only required libraries #425 --- Server/pom.xml | 6 +++++- pom.xml | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Server/pom.xml b/Server/pom.xml index 49bb468977..a124591f6d 100644 --- a/Server/pom.xml +++ b/Server/pom.xml @@ -552,7 +552,11 @@ org.apache.activemq - activemq-all + activemq-client + + + org.apache.activemq + activemq-pool diff --git a/pom.xml b/pom.xml index f96d615539..5282aabfb9 100644 --- a/pom.xml +++ b/pom.xml @@ -435,7 +435,12 @@ org.apache.activemq - activemq-all + activemq-client + 5.13.3 + + + org.apache.activemq + activemq-pool 5.13.3