Skip to content

Commit

Permalink
vipshop#706 升级zookeeper3.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfHeG authored and rolf.he committed Jul 24, 2020
1 parent 0c46310 commit 58a4eff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

<quartz.version>2.2.1</quartz.version>
<curator.version>2.10.0</curator.version>
<zookeeper.version>3.5.8</zookeeper.version>
<springframework.version>4.3.2.RELEASE</springframework.version>
<spring-boot-test.version>1.5.3.RELEASE</spring-boot-test.version>

Expand Down Expand Up @@ -217,6 +218,11 @@
<artifactId>curator-recipes</artifactId>
<version>${curator.version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
</dependency>
<!-- ZK Client end -->
<!-- Spring begin -->
<dependency>
Expand Down

0 comments on commit 58a4eff

Please sign in to comment.