Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #234 from ramindu90/master
Browse files Browse the repository at this point in the history
Adding event publisher and receiver template deployer features
  • Loading branch information
mohanvive committed Jul 9, 2016
2 parents c41e09a + a2a6627 commit 0182ec9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
4988222,665,25.0
5758083,237,30.0
157676,501,24.1
4815418,418,23.0
4815418,418,23.0
30 changes: 23 additions & 7 deletions modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
<!--
~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Expand Down Expand Up @@ -247,6 +249,12 @@
<featureArtifactDef>
org.wso2.carbon.analytics-common:org.wso2.carbon.event.stream.template.deployer.server.feature:${carbon.analytics-common.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.analytics-common:org.wso2.carbon.event.receiver.template.deployer.server.feature:${carbon.analytics-common.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.analytics-common:org.wso2.carbon.event.publisher.template.deployer.server.feature:${carbon.analytics-common.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.event-processing:org.wso2.carbon.siddhi.tryit.feature:${carbon.event-processing.version}
</featureArtifactDef>
Expand Down Expand Up @@ -572,6 +580,14 @@
<id>org.wso2.carbon.event.stream.template.deployer.server.feature.group</id>
<version>${carbon.analytics-common.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.event.receiver.template.deployer.server.feature.group</id>
<version>${carbon.analytics-common.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.event.publisher.template.deployer.server.feature.group</id>
<version>${carbon.analytics-common.version}</version>
</feature>


<feature>
Expand Down

0 comments on commit 0182ec9

Please sign in to comment.