YARN-9251. Build failure for -Dhbase.profile=2.0. Contributed by Rohith Sharma K S.

This commit is contained in:
Akira Ajisaka 2019-01-30 05:16:24 -08:00
parent 14441ccbc6
commit a3a9ae3cea
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@
<!-- This is needed by HBaseTestingUtility -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>