You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/08/19 11:34:56 UTC

[karaf] branch master updated: [KARAF-6816] Add activation-api bundle in the static-framework feature

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2d214bc  [KARAF-6816] Add activation-api bundle in the static-framework feature
     new 14a2df0  Merge pull request #1156 from jbonofre/KARAF-6816
2d214bc is described below

commit 2d214bc312c7efc9a50d051f8d28fd4e4aacebe5
Author: jbonofre <jb...@apache.org>
AuthorDate: Wed Aug 19 08:33:26 2020 +0200

    [KARAF-6816] Add activation-api bundle in the static-framework feature
---
 assemblies/features/static/src/main/feature/feature.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/assemblies/features/static/src/main/feature/feature.xml b/assemblies/features/static/src/main/feature/feature.xml
index 9ff34e7..0e82d87 100644
--- a/assemblies/features/static/src/main/feature/feature.xml
+++ b/assemblies/features/static/src/main/feature/feature.xml
@@ -25,6 +25,7 @@
         <bundle start="true" start-level="8">mvn:org.fusesource.jansi/jansi/${jansi.version}</bundle>
         <!-- static config admin -->
         <bundle start="true" start-level="10">mvn:org.apache.karaf.services/org.apache.karaf.services.staticcm/${project.version}</bundle>
+        <bundle dependency="true" start-level="30">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${servicemix-spec.version}</bundle>
     </feature>
 
     <feature version="${project.version}" description="Karaf core feature" name="static-framework-logback">
@@ -33,6 +34,7 @@
         <bundle start="true" start-level="8">mvn:org.ops4j.pax.logging/pax-logging-logback/${pax.logging.version}</bundle>
         <!-- static config admin -->
         <bundle start="true" start-level="10">mvn:org.apache.karaf.services/org.apache.karaf.services.staticcm/${project.version}</bundle>
+        <bundle dependency="true" start-level="30">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${servicemix-spec.version}</bundle>
     </feature>
 
 </features>