From a2a66273517c0caa8162bb63277b32d29fc51880 Mon Sep 17 00:00:00 2001 From: ramindu90 Date: Sat, 9 Jul 2016 00:46:29 +0530 Subject: [PATCH] Adding event publisher and receiver template deployer features --- .../CEP/eventsimulatorFiles/events.csv | 2 +- modules/p2-profile-gen/pom.xml | 30 ++++++++++++++----- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/eventsimulatorFiles/events.csv b/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/eventsimulatorFiles/events.csv index 9a3c48a3..ef418c8e 100644 --- a/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/eventsimulatorFiles/events.csv +++ b/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/eventsimulatorFiles/events.csv @@ -10,4 +10,4 @@ 4988222,665,25.0 5758083,237,30.0 157676,501,24.1 -4815418,418,23.0 +4815418,418,23.0 \ No newline at end of file diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index 62fac6cf..bebfc0b7 100644 --- a/modules/p2-profile-gen/pom.xml +++ b/modules/p2-profile-gen/pom.xml @@ -2,17 +2,19 @@ @@ -244,6 +246,12 @@ org.wso2.carbon.analytics-common:org.wso2.carbon.event.stream.template.deployer.server.feature:${carbon.analytics-common.version} + + org.wso2.carbon.analytics-common:org.wso2.carbon.event.receiver.template.deployer.server.feature:${carbon.analytics-common.version} + + + org.wso2.carbon.analytics-common:org.wso2.carbon.event.publisher.template.deployer.server.feature:${carbon.analytics-common.version} + org.wso2.carbon.event-processing:org.wso2.carbon.siddhi.tryit.feature:${carbon.event-processing.version} @@ -562,6 +570,14 @@ org.wso2.carbon.event.stream.template.deployer.server.feature.group ${carbon.analytics-common.version} + + org.wso2.carbon.event.receiver.template.deployer.server.feature.group + ${carbon.analytics-common.version} + + + org.wso2.carbon.event.publisher.template.deployer.server.feature.group + ${carbon.analytics-common.version} +