You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2021/03/08 15:19:03 UTC

[activemq-artemis] branch master updated: ARTEMIS-3165 Update karaf version to 4.3.0

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new dbebf68  ARTEMIS-3165 Update karaf version to 4.3.0
dbebf68 is described below

commit dbebf68ae18ee4e7636938cc76041cbd6df2130c
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Mon Mar 8 13:15:50 2021 +0100

    ARTEMIS-3165 Update karaf version to 4.3.0
---
 artemis-features/pom.xml                         | 2 +-
 artemis-features/src/main/resources/features.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml
index 9807c52..4f25335 100644
--- a/artemis-features/pom.xml
+++ b/artemis-features/pom.xml
@@ -26,7 +26,7 @@
 	<name>ActiveMQ Artemis Features</name>
 
     <properties>
-        <karaf.version>4.2.8</karaf.version>
+        <karaf.version>4.3.0</karaf.version>
     </properties>
 
     <dependencies>
diff --git a/artemis-features/src/main/resources/features.xml b/artemis-features/src/main/resources/features.xml
index 87af61f..8a3efb9 100644
--- a/artemis-features/src/main/resources/features.xml
+++ b/artemis-features/src/main/resources/features.xml
@@ -64,6 +64,7 @@
 		<configfile finalname="etc/artemis.xml">mvn:org.apache.activemq/artemis-features/${pom.version}/xml/artemis</configfile>
 
 		<!-- this is here because commons-configuration2 requires the package javax.mail.internet from version 2.7 -->
+		<bundle dependency="true">mvn:com.sun.activation/javax.activation/1.2.0</bundle>
 		<bundle dependency="true">mvn:javax.mail/mail/1.4.7</bundle>
 
 		<bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jms_2.0_spec/${geronimo.jms.2.spec.version}</bundle>