You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/01/06 12:29:34 UTC

[camel-karaf] branch master updated: CAMEL-15995: camel-sjms - Make it more feature compatible with camel-jms

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 488fbc3  CAMEL-15995: camel-sjms - Make it more feature compatible with camel-jms
488fbc3 is described below

commit 488fbc3760cf4af1389090cf4cc22856a5a3651a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jan 6 13:29:19 2021 +0100

    CAMEL-15995: camel-sjms - Make it more feature compatible with camel-jms
---
 platforms/karaf/features/src/main/resources/features.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 2961799..8efeca9 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2235,7 +2235,6 @@
     <!-- JTA is not currently supported by SJMS but is a required dependency of the Geronimo JMS Bundle -->
     <bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${geronimo-jta-spec-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${geronimo-jms-spec-version}</bundle>
-    <bundle dependency='true'>mvn:commons-pool/commons-pool/${commons-pool-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-sjms/${project.version}</bundle>
   </feature>
   <feature name='camel-sjms2' version='${project.version}' start-level='50'>
@@ -2243,7 +2242,6 @@
     <!-- JTA is not currently supported by SJMS but is a required dependency of the Geronimo JMS Bundle -->
     <bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${geronimo-jta-spec-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-jms_2.0_spec/${geronimo-jms2-spec-version}</bundle>
-    <bundle dependency='true'>mvn:commons-pool/commons-pool/${commons-pool-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.camel/camel-sjms/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-sjms2/${project.version}</bundle>
   </feature>