Repository: brooklyn-server Updated Branches: refs/heads/master 33421d724 -> 8929ef320
Add brooklyn-test-framework feature. Required for running blueprint tests on Karaf. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/02f0509b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/02f0509b Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/02f0509b Branch: refs/heads/master Commit: 02f0509b411df24a130b926da0278976d560f51c Parents: 33421d7 Author: Geoff Macartney <[email protected]> Authored: Wed Jul 6 15:42:22 2016 +0100 Committer: Geoff Macartney <[email protected]> Committed: Wed Jul 6 15:42:22 2016 +0100 ---------------------------------------------------------------------- karaf/features/src/main/feature/feature.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/02f0509b/karaf/features/src/main/feature/feature.xml ---------------------------------------------------------------------- diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml index 5473151..147cecc 100644 --- a/karaf/features/src/main/feature/feature.xml +++ b/karaf/features/src/main/feature/feature.xml @@ -332,6 +332,10 @@ <bundle dependency="true">mvn:com.google.guava/guava/${guava.version}</bundle> </feature> + <feature name="brooklyn-test-framework" version="${project.version}" description="Brooklyn Test Framework" > + <bundle>mvn:org.apache.brooklyn/brooklyn-test-framework/${project.version}</bundle> + </feature> + <!-- Don't load all bundles out of the box in the long run. Let users cherry pick what they need. --> <feature name="brooklyn-software-all" version="${project.version}" description="Brooklyn All Software Entities"> <feature>brooklyn-software-base</feature> @@ -345,6 +349,7 @@ <feature>brooklyn-software-messaging</feature> <feature>brooklyn-software-nosql</feature> <feature>brooklyn-software-monitoring</feature> + <feature>brooklyn-test-framework</feature> </feature> <feature name="brooklyn-osgi-launcher" version="${project.version}" description="Brooklyn init">
