Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 8f8ac2cfc -> a3b0dd5f7
Adding missing messaging feature to CC profile Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/0ba85230 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0ba85230 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0ba85230 Branch: refs/heads/stratos-4.1.x Commit: 0ba85230ee98ebae8277b369b298f32967d0a3b7 Parents: 8f8ac2c Author: Akila Perera <[email protected]> Authored: Thu Nov 19 15:25:50 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Thu Nov 19 15:25:50 2015 +0530 ---------------------------------------------------------------------- products/stratos/modules/p2-profile-gen/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/0ba85230/products/stratos/modules/p2-profile-gen/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 704b2a1..c216fa9 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -910,6 +910,10 @@ <id>org.apache.stratos.common.feature.group</id> <version>${project.version}</version> </feature> + <feature> + <id>org.apache.stratos.messaging.feature.group</id> + <version>${project.version}</version> + </feature> </features> </configuration> </execution>
