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:35:33 UTC

[karaf] branch karaf-4.2.x 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 karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 1a020a4  [KARAF-6816] Add activation-api bundle in the static-framework feature
1a020a4 is described below

commit 1a020a4711721513debc2de5bf9dbed54ef5dfc6
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
    
    (cherry picked from commit 2d214bc312c7efc9a50d051f8d28fd4e4aacebe5)
---
 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>