HBASE-27432 TestUsersOperationsWithSecureHadoop fails after HBASE-27411

Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
Andrew Purtell 2022-10-17 13:14:34 -07:00
parent 14dd5e72da
commit 511e0105ae
1 changed files with 5 additions and 0 deletions

View File

@ -271,6 +271,11 @@
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>kerb-client</artifactId>