You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2016/11/22 11:09:29 UTC

activemq git commit: [AMQ-6515] Adding javax.inject bundle to fix the issue on feature install

Repository: activemq
Updated Branches:
  refs/heads/master 037f28de5 -> 00129837d


[AMQ-6515] Adding javax.inject bundle to fix the issue on feature install


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/00129837
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/00129837
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/00129837

Branch: refs/heads/master
Commit: 00129837dedd010843fe19150adfbfb64e97ced8
Parents: 037f28d
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Tue Nov 22 10:57:20 2016 +0100
Committer: Claus Ibsen <cl...@gmail.com>
Committed: Tue Nov 22 12:09:23 2016 +0100

----------------------------------------------------------------------
 activemq-karaf/src/main/resources/features-core.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/00129837/activemq-karaf/src/main/resources/features-core.xml
----------------------------------------------------------------------
diff --git a/activemq-karaf/src/main/resources/features-core.xml b/activemq-karaf/src/main/resources/features-core.xml
index 6ce95fa..752e4d2 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -23,6 +23,7 @@
     <!-- Bundles needed if only client will be deployed in the container -->
     <feature name="activemq-client" description="ActiveMQ client libraries" version="${project.version}" resolver="(obr)" start-level="50">
         <feature version="[3.2,4)">spring</feature>
+        <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/1_2</bundle>
         <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle>
         <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
         <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.1.1</bundle>