Repository: karaf Updated Branches: refs/heads/karaf-3.0.x 140eb4aaf -> 38dcbddcb
[KARAF-3287] Fix order for bundle.command and bundle.core bundles in etc/startup.properties Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/38dcbddc Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/38dcbddc Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/38dcbddc Branch: refs/heads/karaf-3.0.x Commit: 38dcbddcb92b7c94686979e32f917d5527dc209b Parents: 140eb4a Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Oct 17 14:19:28 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Oct 17 14:19:28 2014 +0200 ---------------------------------------------------------------------- assemblies/features/framework/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/38dcbddc/assemblies/features/framework/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/features/framework/pom.xml b/assemblies/features/framework/pom.xml index 053090e..99376e8 100644 --- a/assemblies/features/framework/pom.xml +++ b/assemblies/features/framework/pom.xml @@ -138,6 +138,11 @@ <groupId>org.apache.karaf.features</groupId> <artifactId>org.apache.karaf.features.command</artifactId> </dependency> + + <dependency> + <groupId>org.apache.karaf.bundle</groupId> + <artifactId>org.apache.karaf.bundle.core</artifactId> + </dependency> <dependency> <groupId>org.apache.karaf.bundle</groupId> <artifactId>org.apache.karaf.bundle.command</artifactId>
