From 58b585e69f60d9d9e9c2423877fbe31369b9c74d Mon Sep 17 00:00:00 2001 From: Mohan Date: Wed, 18 Sep 2019 15:11:32 +0530 Subject: [PATCH 1/2] Add latest Siddhi extensions to sdk --- modules/siddhi-launcher/pom.xml | 16 ++++++++ pom.xml | 71 ++++++++++++++++++++++----------- 2 files changed, 63 insertions(+), 24 deletions(-) diff --git a/modules/siddhi-launcher/pom.xml b/modules/siddhi-launcher/pom.xml index c591fb5..a7a8df2 100644 --- a/modules/siddhi-launcher/pom.xml +++ b/modules/siddhi-launcher/pom.xml @@ -79,6 +79,10 @@ io.siddhi.extension.execution.json siddhi-execution-json + + io.siddhi.extension.execution.tensorflow + siddhi-execution-tensorflow + io.siddhi.extension.io.jms @@ -116,6 +120,10 @@ io.siddhi.extension.io.nats siddhi-io-nats + + + + io.siddhi.extension.io.googlepubsub siddhi-io-googlepubsub @@ -150,6 +158,10 @@ io.siddhi.extension.map.csv siddhi-map-csv + + io.siddhi.extension.map.protobuf + siddhi-map-protobuf + io.siddhi.extension.store.mongodb @@ -163,6 +175,10 @@ io.siddhi.extension.store.elasticsearch siddhi-store-elasticsearch + + io.siddhi.extension.store.redis + siddhi-store-redis + diff --git a/pom.xml b/pom.xml index 7b9283a..6fce10a 100644 --- a/pom.xml +++ b/pom.xml @@ -132,6 +132,11 @@ siddhi-execution-json ${siddhi.execution.json.version} + + io.siddhi.extension.execution.tensorflow + siddhi-execution-tensorflow + ${siddhi.execution.tensorflow.version} + io.siddhi.extension.io.jms @@ -183,7 +188,11 @@ siddhi-io-googlepubsub ${siddhi.io.googlepubsub.version} - + + + + + io.siddhi.extension.map.xml @@ -220,6 +229,11 @@ siddhi-map-csv ${siddhi.map.csv.version} + + io.siddhi.extension.map.protobuf + siddhi-map-protobuf + ${siddhi.map.protobuf.version} + io.siddhi.extension.store.mongodb @@ -231,6 +245,11 @@ siddhi-store-rdbms ${siddhi.store.rdbms.version} + + io.siddhi.extension.store.redis + siddhi-store-redis + ${siddhi.store.redis.version} + io.siddhi.extension.store.elasticsearch siddhi-store-elasticsearch @@ -271,7 +290,7 @@ - 5.0.0 + 5.1.4 1.64 2.7.4 2.4.1 @@ -279,41 +298,45 @@ scm-server - 5.0.1 - 2.0.1 - 5.0.3 - 2.0.1 - 5.0.3 - 5.0.2 - 5.0.0 - 5.0.2 - 5.0.0 - 2.0.1 + 5.0.3 + 2.0.2 + 5.0.5 + 2.0.2 + 5.0.5 + 5.0.3 + 5.0.3 + 5.0.4 + 5.0.3 + 2.0.2 + 2.0.2 2.0.1 - 3.0.2 + 3.0.3 2.0.2 - 2.0.2 - 5.0.2 - 2.0.6 - 2.0.1 + 2.0.3 + 5.0.3 + 2.1.1 + 2.0.3 2.0.1 - 2.0.3 + 2.0.4 2.0.1 + 1.0.0-beta - 5.0.3 + 5.0.4 2.0.2 2.0.2 - 2.0.2 + 2.0.4 5.0.3 - 2.0.2 + 2.0.3 2.0.2 + 1.0.0-beta 2.0.1 - 6.0.1 - 3.0.0 + 6.0.3 + 3.1.1 + 3.1.1 - 5.0.1 + 5.0.2 3.0.1 From 7ffcbcb742a23f200603afeccff13e34a8c90b08 Mon Sep 17 00:00:00 2001 From: Mohan Date: Wed, 18 Sep 2019 16:00:29 +0530 Subject: [PATCH 2/2] Add RabbitMQ Siddhi dependency to SDK --- modules/siddhi-launcher/pom.xml | 5 ++++- pom.xml | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/siddhi-launcher/pom.xml b/modules/siddhi-launcher/pom.xml index a7a8df2..6b1465b 100644 --- a/modules/siddhi-launcher/pom.xml +++ b/modules/siddhi-launcher/pom.xml @@ -128,7 +128,10 @@ io.siddhi.extension.io.googlepubsub siddhi-io-googlepubsub - + + io.siddhi.extension.io.rabbitmq + siddhi-io-rabbitmq + io.siddhi.extension.map.xml diff --git a/pom.xml b/pom.xml index 6fce10a..4de368b 100644 --- a/pom.xml +++ b/pom.xml @@ -188,6 +188,11 @@ siddhi-io-googlepubsub ${siddhi.io.googlepubsub.version} + + io.siddhi.extension.io.rabbitmq + siddhi-io-rabbitmq + ${siddhi.io.rabbitmq.version} + @@ -320,6 +325,7 @@ 2.0.1 2.0.4 2.0.1 + 3.0.1 1.0.0-beta 5.0.4