From f95c4cf1934506c895e224451792b8ebe668d86c Mon Sep 17 00:00:00 2001 From: jbonofre Date: Thu, 7 Jan 2021 14:47:36 +0100 Subject: [PATCH] [AMQ-7014] Use shell conditional in Karaf features --- activemq-karaf/src/main/resources/features-core.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/activemq-karaf/src/main/resources/features-core.xml b/activemq-karaf/src/main/resources/features-core.xml index ea7c3fb783..911bd45cfd 100644 --- a/activemq-karaf/src/main/resources/features-core.xml +++ b/activemq-karaf/src/main/resources/features-core.xml @@ -50,7 +50,10 @@ connector http activemq-client - mvn:org.apache.activemq/activemq-karaf/${project.version} + + shell + mvn:org.apache.activemq/activemq-karaf/${project.version} + mvn:commons-io/commons-io/${commons-io-version} mvn:commons-collections/commons-collections/${commons-collections-version} mvn:commons-lang/commons-lang/${commons-lang-version}