HBASE-25370 Addendum fix checkstyle issue and dependencies

This commit is contained in:
Duo Zhang 2020-12-11 08:22:49 +08:00
parent e04792959a
commit f098461a55
2 changed files with 0 additions and 3 deletions

View File

@ -19,7 +19,6 @@ package org.apache.hadoop.hbase;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.arrayContainingInAnyOrder;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;

View File

@ -2286,13 +2286,11 @@
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>