Skip to content

Commit

Permalink
Revert "upgrading zookeeper and curator to match new cluster version"
Browse files Browse the repository at this point in the history
This reverts commit d5ba2f4.
  • Loading branch information
marcos-lg committed May 21, 2024
1 parent d5ba2f4 commit 92df1c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@
<retrofit.version>2.8.0</retrofit.version>
<slf4j.version>1.7.30</slf4j.version>
<woodstox.version>4.4.1</woodstox.version>
<zookeeper.version>3.8.1</zookeeper.version>
<curator.version>5.5.0</curator.version>
<zookeeper.version>3.4.14</zookeeper.version>
<owasp-java-html-sanitizer.version>20200713.1</owasp-java-html-sanitizer.version>
<super-csv.version>2.4.0</super-csv.version>
<opencsv.version>5.7.1</opencsv.version>
Expand Down Expand Up @@ -451,21 +450,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
<version>${curator.version}</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
<version>${curator.version}</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-x-discovery</artifactId>
<version>${curator.version}</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
Expand Down
14 changes: 0 additions & 14 deletions registry-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,6 @@
</properties>

<dependencies>

<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-x-discovery</artifactId>
</dependency>

<!-- Tools -->
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down

0 comments on commit 92df1c2

Please sign in to comment.