Skip to content

Commit 6b887db

Browse files
committed
HBASE-29614 Remove static final field modification in tests around Unsafe (#7337) (#7347)
Signed-off-by: Peng Lu <lupeng@apache.org> (cherry picked from commit e0cec31)
1 parent c2e27df commit 6b887db

16 files changed

Lines changed: 2694 additions & 2518 deletions

hbase-common/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@
145145
<artifactId>mockito-core</artifactId>
146146
<scope>test</scope>
147147
</dependency>
148+
<dependency>
149+
<groupId>org.mockito</groupId>
150+
<artifactId>mockito-inline</artifactId>
151+
<scope>test</scope>
152+
</dependency>
148153
<dependency>
149154
<groupId>org.slf4j</groupId>
150155
<artifactId>jcl-over-slf4j</artifactId>

0 commit comments

Comments
 (0)