Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #244 from tishan89/master
Browse files Browse the repository at this point in the history
add js and ml extension
  • Loading branch information
gimantha authored Jul 6, 2017
2 parents f3fda79 + e67eca5 commit 96a61a2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,18 @@
<version>${siddhi.execution.geo.version}</version>
<type>jar</type>
</artifactItem>
<artifactItem>
<groupId>org.wso2.extension.siddhi.execution.ml</groupId>
<artifactId>siddhi-execution-ml</artifactId>
<version>${siddhi.execution.ml.version}</version>
<type>jar</type>
</artifactItem>
<artifactItem>
<groupId>org.wso2.extension.siddhi.script.js</groupId>
<artifactId>siddhi-script-js</artifactId>
<version>${siddhi.script.js.version}</version>
<type>jar</type>
</artifactItem>
<!--IO Extensions-->
<artifactItem>
<groupId>org.wso2.extension.siddhi.io.jms</groupId>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,9 @@
<siddhi.execution.math.version>4.0.1</siddhi.execution.math.version>
<siddhi.execution.stat.version>1.0.1</siddhi.execution.stat.version>
<siddhi.execution.timeseries.version>4.0.1</siddhi.execution.timeseries.version>
<siddhi.execution.ml.version>1.0.1</siddhi.execution.ml.version>
<siddhi.execution.geo.version>4.0.0</siddhi.execution.geo.version>
<siddhi.script.js.version>4.0.1</siddhi.script.js.version>
<siddhi.io.jms.version>1.0.4</siddhi.io.jms.version>
<siddhi.io.tcp.version>2.0.1</siddhi.io.tcp.version>
<siddhi.io.kafka.version>4.0.2</siddhi.io.kafka.version>
Expand Down

0 comments on commit 96a61a2

Please sign in to comment.