Repository: servicemix Updated Branches: refs/heads/master d71da2ad2 -> e04e5a203
SM-2296 Add the boot features added in ServiceMix 6 to the system repository Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/e04e5a20 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/e04e5a20 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/e04e5a20 Branch: refs/heads/master Commit: e04e5a2031389aa2b9e8557eff240b6cc84a44db Parents: d71da2a Author: Krzysztof Sobkowiak <[email protected]> Authored: Thu May 8 19:55:44 2014 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Thu May 8 19:55:44 2014 +0200 ---------------------------------------------------------------------- assembly/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/e04e5a20/assembly/pom.xml ---------------------------------------------------------------------- diff --git a/assembly/pom.xml b/assembly/pom.xml index 4dc1885..dc1b325 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -157,6 +157,11 @@ <feature>cxf</feature> <feature>obr</feature> <feature>config</feature> + <feature>standard</feature> + <feature>package</feature> + <feature>kar</feature> + <feature>ssh</feature> + <feature>management</feature> <feature>eventadmin</feature> <feature>activemq-broker-noweb</feature> <feature>activemq-service</feature>
