Skip to content

Commit

Permalink
HBASE-28153 Upgrade zookeeper to a newer version (#5484) (#5489)
Browse files Browse the repository at this point in the history
Backport of #5475

(cherry picked from commit 0d04a60)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
  • Loading branch information
Apache9 committed Nov 2, 2023
1 parent ddb7eac commit 7639345
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 182 deletions.
7 changes: 0 additions & 7 deletions hbase-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,6 @@
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
</dependency>
<!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>${netty.hadoop.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions hbase-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -830,13 +830,6 @@
</exclusion>
</exclusions>
</dependency>
<!-- Hadoop needs Netty 3.x at test scope for the minicluster>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>${netty.hadoop.version}</version>
<scope>test</scope>
</dependency-->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions hbase-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<!-- ZooKeeperServer needs the below dependencies, thus MiniZooKeeperCluster also needs them -->
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 7639345

Please sign in to comment.