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

Commit

Permalink
Refactoring changes related to Sample Http Client and Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasara Dissanayake committed Jun 7, 2017
1 parent 1342111 commit 8760db0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 36 deletions.
Binary file not shown.
15 changes: 2 additions & 13 deletions modules/samples/sample-clients/http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,11 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<name>WSO2 Data Analytics Server - Sample - TCP Client</name>
<artifactId>tcp-client</artifactId>
<name>WSO2 Data Analytics Server - Sample - HTTP Client</name>
<artifactId>http-client</artifactId>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>org.wso2.extension.siddhi.io.http</groupId>
<artifactId>siddhi-io-http</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-core</artifactId>
Expand Down
25 changes: 2 additions & 23 deletions modules/samples/sample-clients/http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<name>WSO2 Data Analytics Server - Sample - TCP Server</name>
<name>WSO2 Data Analytics Server - Sample - HTTP Server</name>
<build>
<plugins>
<plugin>
Expand All @@ -40,36 +40,15 @@
</plugin>
</plugins>
</build>
<artifactId>tcp-server</artifactId>
<artifactId>http-server</artifactId>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>com.sun.net.httpserver</groupId>
<artifactId>http</artifactId>
<version>20070405</version>
</dependency>
<dependency>
<groupId>org.wso2.extension.siddhi.io.http</groupId>
<artifactId>siddhi-io-http</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-core</artifactId>
<version>${siddhi.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-query-api</artifactId>
<version>${siddhi.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-annotations</artifactId>
<version>${siddhi.version}</version>
</dependency>
</dependencies>

</project>
2 changes: 2 additions & 0 deletions modules/samples/sample-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@
<module>kafka-producer</module>
<module>tcp-client</module>
<module>tcp-server</module>
<module>http-server</module>
<module>http-client</module>
</modules>
</project>

0 comments on commit 8760db0

Please sign in to comment.