This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git
commit 0aea854a969cdd7d96d2e33a0e341239f982d133 Author: Alex Heneveld <[email protected]> AuthorDate: Fri Nov 12 15:56:57 2021 +0000 move a few more bundles to be loaded earlier will hopefully cut down on refreshes, esp sshd.osgi --- karaf/features/src/main/feature/feature.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml index f187e2e..4881b1c 100644 --- a/karaf/features/src/main/feature/feature.xml +++ b/karaf/features/src/main/feature/feature.xml @@ -88,10 +88,10 @@ <feature name="brooklyn-headless" version="${project.version}" description="All Brooklyn bundles with the exception of the launcher and actual ui+rest"> <feature prerequisite="true">brooklyn-startup-features</feature> + <feature prerequisite="true">brooklyn-essential-deps</feature> <feature prerequisite="true">brooklyn-standard-karaf</feature> <feature prerequisite="true">brooklyn-config</feature> <feature prerequisite="true">brooklyn-catalog</feature> - <feature prerequisite="true">brooklyn-essential-deps</feature> <feature>brooklyn-core</feature> <feature>brooklyn-locations-jclouds</feature>
