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 #202 from tishan89/master
Browse files Browse the repository at this point in the history
adding solr, map and stats to pack
  • Loading branch information
ramindu90 authored Jun 23, 2017
2 parents 7766716 + ccd546f commit 4bc9bbb
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,25 +241,25 @@
<version>${siddhi.execution.markov.version}</version>
<type>jar</type>
</artifactItem>
<!--<artifactItem>-->
<!--<groupId>org.wso2.extension.siddhi.execution.map</groupId>-->
<!--<artifactId>siddhi-execution-map</artifactId>-->
<!--<version>${siddhi.execution.map.version}</version>-->
<!--<type>jar</type>-->
<!--</artifactItem>-->
<artifactItem>
<groupId>org.wso2.extension.siddhi.execution.map</groupId>
<artifactId>siddhi-execution-map</artifactId>
<version>${siddhi.execution.map.version}</version>
<type>jar</type>
</artifactItem>
<!--IO Extensions-->
<artifactItem>
<groupId>org.wso2.extension.siddhi.execution.math</groupId>
<artifactId>siddhi-execution-math</artifactId>
<version>${siddhi.execution.math.version}</version>
<type>jar</type>
</artifactItem>
<!--<artifactItem>-->
<!--<groupId>org.wso2.extension.siddhi.execution.stat</groupId>-->
<!--<artifactId>siddhi-execution-stat</artifactId>-->
<!--<version>${siddhi.execution.stat.version}</version>-->
<!--<type>jar</type>-->
<!--</artifactItem>-->
<artifactItem>
<groupId>org.wso2.extension.siddhi.execution.stats</groupId>
<artifactId>siddhi-execution-stats</artifactId>
<version>${siddhi.execution.stat.version}</version>
<type>jar</type>
</artifactItem>
<artifactItem>
<groupId>org.wso2.extension.siddhi.io.jms</groupId>
<artifactId>siddhi-io-jms</artifactId>
Expand Down Expand Up @@ -298,12 +298,12 @@
<type>jar</type>
</artifactItem>
<!--Store Extensions-->
<!--<artifactItem>-->
<!--<groupId>org.wso2.extension.siddhi.store.solr</groupId>-->
<!--<artifactId>siddhi-store-solr</artifactId>-->
<!--<version>${siddhi.store.solr.version}</version>-->
<!--<type>jar</type>-->
<!--</artifactItem>-->
<artifactItem>
<groupId>org.wso2.extension.siddhi.store.solr</groupId>
<artifactId>siddhi-store-solr</artifactId>
<version>${siddhi.store.solr.version}</version>
<type>jar</type>
</artifactItem>
<artifactItem>
<groupId>org.wso2.extension.siddhi.store.mongodb</groupId>
<artifactId>siddhi-store-mongodb</artifactId>
Expand Down

0 comments on commit 4bc9bbb

Please sign in to comment.