Skip to content

Commit

Permalink
Refine dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haoch committed Nov 18, 2017
1 parent 48b7254 commit 2847eb8
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,18 @@ under the License.

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.3.2</version>
</parent>

<groupId>com.github.haoch</groupId>
<artifactId>flink-siddhi_2.11</artifactId>
<name>flink-siddhi</name>

<version>0.1.0-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>

<packaging>jar</packaging>

<properties>
<siddhi.version>3.0.5</siddhi.version>
<flink.version>1.3.2</flink.version>
<scala.binary.version>2.10</scala.binary.version>
</properties>

<dependencies>
Expand All @@ -55,20 +50,6 @@ under the License.
</exclusions>
</dependency>

<!-- Together with the dependency management section in flink-parent, this
pins the Kryo version of transitive dependencies to the Flink Kryo version -->
<dependency>
<groupId>com.esotericsoftware.kryo</groupId>
<artifactId>kryo</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion> <!-- declare the exclusion here -->
<groupId>org.apache.directory.jdbm</groupId>
<artifactId>apacheds-jdbm1</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Core streaming API -->
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down Expand Up @@ -115,8 +96,6 @@ under the License.
</exclusion>
</exclusions>
</dependency>


</dependencies>

<repositories>
Expand Down

0 comments on commit 2847eb8

Please # to comment.