Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
upgrade curator-framework from 4.0.1 to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Yang committed Mar 14, 2019
1 parent b46b9a9 commit e4953ea
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions drkafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@
<artifactId>commons-validator</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down Expand Up @@ -117,7 +112,7 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>4.0.1</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit e4953ea

Please sign in to comment.