Skip to content

Commit d46a577

Browse files
committed
HBASE-29614 Remove static final field modification in tests around Unsafe (#7337) (#7347)
Signed-off-by: Peng Lu <[email protected]> (cherry picked from commit e0cec31)
1 parent 188929a commit d46a577

File tree

16 files changed

+2694
-2518
lines changed

16 files changed

+2694
-2518
lines changed

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)