YARN-10195. Dependency divergence building Timeline Service on HBase 2.2.0 and above. (#1895)

This commit is contained in:
Wei-Chiu Chuang 2020-03-13 11:20:28 -07:00 committed by GitHub
parent fb1d7635ae
commit cd91ef649e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -658,6 +658,12 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>