Skip to content

Commit

Permalink
Remove siddhi-extension-event-table and hadoop dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsamitha committed Sep 20, 2022
1 parent ff4c66d commit 597dae7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-extension-string</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-extension-event-table</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-extension-eval-script</artifactId>
Expand Down Expand Up @@ -163,10 +159,6 @@
<groupId>org.quartz-scheduler.wso2</groupId>
<artifactId>quartz</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down Expand Up @@ -194,10 +186,6 @@
<dependency>
<groupId>org.json.wso2</groupId>
<artifactId>json</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.wso2</groupId>
Expand Down Expand Up @@ -282,9 +270,6 @@
<bundleDef>
org.wso2.siddhi:siddhi-extension-string:${siddhi.version}
</bundleDef>
<bundleDef>
org.wso2.siddhi:siddhi-extension-event-table:${siddhi.version}
</bundleDef>
<bundleDef>
org.wso2.siddhi:siddhi-extension-eval-script:${siddhi.version}
</bundleDef>
Expand All @@ -309,10 +294,6 @@
<bundleDef>
org.wso2.siddhi:siddhi-extension-markov-models:${siddhi.version}
</bundleDef>

<bundleDef>
org.wso2.orbit.org.apache.hadoop:hadoop-client:${hadoop.client.version}
</bundleDef>
<bundleDef>
org.apache.commons:commons-math3:${commons-math3.version}
</bundleDef>
Expand Down
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -455,18 +455,6 @@
<artifactId>siddhi-extension-string</artifactId>
<version>${siddhi.version}</version>
</dependency>

<!-- Siddhi Event Table extension -->
<dependency>
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-extension-event-table</artifactId>
<version>${siddhi.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop.common.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.wso2</groupId>
<artifactId>jdbc-pool</artifactId>
Expand Down

0 comments on commit 597dae7

Please sign in to comment.