Skip to content

Commit 2ca9df1

Browse files
committed
HBASE-28153 Upgrade zookeeper to a newer version
1 parent 4f3e63e commit 2ca9df1

File tree

4 files changed

+47
-200
lines changed

4 files changed

+47
-200
lines changed

hbase-it/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,6 @@
155155
<groupId>io.opentelemetry</groupId>
156156
<artifactId>opentelemetry-api</artifactId>
157157
</dependency>
158-
<!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
159-
<dependency>
160-
<groupId>io.netty</groupId>
161-
<artifactId>netty</artifactId>
162-
<version>${netty.hadoop.version}</version>
163-
<scope>test</scope>
164-
</dependency>
165158
<dependency>
166159
<groupId>org.slf4j</groupId>
167160
<artifactId>jcl-over-slf4j</artifactId>

hbase-server/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -835,13 +835,6 @@
835835
</exclusion>
836836
</exclusions>
837837
</dependency>
838-
<!-- Hadoop needs Netty 3.x at test scope for the minicluster>
839-
<dependency>
840-
<groupId>io.netty</groupId>
841-
<artifactId>netty</artifactId>
842-
<version>${netty.hadoop.version}</version>
843-
<scope>test</scope>
844-
</dependency-->
845838
<dependency>
846839
<groupId>org.apache.hadoop</groupId>
847840
<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)