Repository: karaf Updated Branches: refs/heads/master 82280215c -> a3cb3a099
[KARAF-4932] Add back blueprint-core-compatibility, still used by cxf Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/a3cb3a09 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/a3cb3a09 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/a3cb3a09 Branch: refs/heads/master Commit: a3cb3a09950d37ce1050a018c6c74e9ba4500baf Parents: 8228021 Author: Guillaume Nodet <[email protected]> Authored: Thu Sep 28 11:38:55 2017 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Thu Sep 28 11:38:55 2017 +0200 ---------------------------------------------------------------------- assemblies/features/standard/src/main/feature/feature.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/a3cb3a09/assemblies/features/standard/src/main/feature/feature.xml ---------------------------------------------------------------------- diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml index f3fde1f..c2d7b9c 100644 --- a/assemblies/features/standard/src/main/feature/feature.xml +++ b/assemblies/features/standard/src/main/feature/feature.xml @@ -39,6 +39,8 @@ <feature name="aries-blueprint" description="Aries Blueprint" version="${project.version}"> <feature>aries-proxy</feature> <bundle dependency="true" start-level="20">mvn:org.apache.aries/org.apache.aries.util/${aries.util.version}</bundle> + <!-- Making the compatibility bundle a dependency allows it to only be installed on-demand --> + <bundle dependency="true" start-level="20">mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core.compatibility/${aries.blueprint.core.compatibility.version}</bundle> <bundle start-level="20">mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.api/${aries.blueprint.api.version}</bundle> <bundle start-level="20">mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm/${aries.blueprint.cm.version}</bundle> <bundle start-level="20">mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core/${aries.blueprint.core.version}</bundle>
