Skip to content

Commit 7639345

Browse files
authored
HBASE-28153 Upgrade zookeeper to a newer version (#5484) (#5489)
Backport of #5475 (cherry picked from commit 0d04a60) Signed-off-by: Andrew Purtell <apurtell@apache.org>
1 parent ddb7eac commit 7639345

File tree

4 files changed

+45
-182
lines changed

4 files changed

+45
-182
lines changed

hbase-it/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,6 @@
151151
<groupId>io.opentelemetry</groupId>
152152
<artifactId>opentelemetry-api</artifactId>
153153
</dependency>
154-
<!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
155-
<dependency>
156-
<groupId>io.netty</groupId>
157-
<artifactId>netty</artifactId>
158-
<version>${netty.hadoop.version}</version>
159-
<scope>test</scope>
160-
</dependency>
161154
<dependency>
162155
<groupId>org.slf4j</groupId>
163156
<artifactId>jcl-over-slf4j</artifactId>

hbase-server/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -830,13 +830,6 @@
830830
</exclusion>
831831
</exclusions>
832832
</dependency>
833-
<!-- Hadoop needs Netty 3.x at test scope for the minicluster>
834-
<dependency>
835-
<groupId>io.netty</groupId>
836-
<artifactId>netty</artifactId>
837-
<version>${netty.hadoop.version}</version>
838-
<scope>test</scope>
839-
</dependency-->
840833
<dependency>
841834
<groupId>org.apache.hadoop</groupId>
842835
<artifactId>hadoop-minikdc</artifactId>

hbase-zookeeper/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,15 @@
143143
<artifactId>log4j-slf4j-impl</artifactId>
144144
<scope>test</scope>
145145
</dependency>
146+
<!-- ZooKeeperServer needs the below dependencies, thus MiniZooKeeperCluster also needs them -->
147+
<dependency>
148+
<groupId>org.xerial.snappy</groupId>
149+
<artifactId>snappy-java</artifactId>
150+
</dependency>
151+
<dependency>
152+
<groupId>commons-cli</groupId>
153+
<artifactId>commons-cli</artifactId>
154+
</dependency>
146155
</dependencies>
147156

148157
<build>

0 commit comments

Comments
 (0)