Skip to content

Commit

Permalink
[I1WEO9] Fix hetu hazelcast version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakumarb committed Sep 23, 2020
1 parent 2c48b66 commit 5f288fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hetu-state-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
<dependency>
<groupId>io.hetu.core</groupId>
<artifactId>hetu-hazelcast</artifactId>
<version>010</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,18 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.hetu.core</groupId>
<artifactId>hetu-hazelcast</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>io.hetu.core</groupId>
<artifactId>hetu-state-store</artifactId>
Expand Down

0 comments on commit 5f288fc

Please sign in to comment.