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 #205 from ramindu90/master
Browse files Browse the repository at this point in the history
adding kafka io
  • Loading branch information
ksdperera committed Jun 23, 2017
2 parents 4bc9bbb + f5580d3 commit 99d31c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,12 @@
<version>${siddhi.io.tcp.version}</version>
<type>jar</type>
</artifactItem>
<!--<artifactItem>-->
<!--<groupId>org.wso2.extension.siddhi.io.kafka</groupId>-->
<!--<artifactId>siddhi-io-kafka</artifactId>-->
<!--<version>${siddhi.io.kafka.version}</version>-->
<!--<type>jar</type>-->
<!--</artifactItem>-->
<artifactItem>
<groupId>org.wso2.extension.siddhi.io.kafka</groupId>
<artifactId>siddhi-io-kafka</artifactId>
<version>${siddhi.io.kafka.version}</version>
<type>jar</type>
</artifactItem>
<!--<artifactItem>-->
<!--<groupId>org.wso2.extension.siddhi.io.http</groupId>-->
<!--<artifactId>siddhi-io-http</artifactId>-->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@
<siddhi.execution.stat.version>1.0.0</siddhi.execution.stat.version>
<siddhi.io.jms.version>1.0.2</siddhi.io.jms.version>
<siddhi.io.tcp.version>1.0.0</siddhi.io.tcp.version>
<siddhi.io.kafka.version>1.0.0</siddhi.io.kafka.version>
<siddhi.io.kafka.version>4.0.0</siddhi.io.kafka.version>
<siddhi.map.xml.version>4.0.0-M5</siddhi.map.xml.version>
<siddhi.map.json.version>4.0.0</siddhi.map.json.version>
<siddhi.store.mongodb.version>1.0.1</siddhi.store.mongodb.version>
Expand Down

0 comments on commit 99d31c9

Please sign in to comment.