Skip to content

Commit

Permalink
HADOOP-17730. Add back error_prone (#18)
Browse files Browse the repository at this point in the history
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Reviewed-by: Takanobu Asanuma <tasanuma@apache.org>
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit a476f24)
  • Loading branch information
jojochuang committed May 26, 2021
1 parent e1db87b commit db2fc27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ License Version 2.0:

com.google.guava:guava:jar:30.1.1-jre
com.google.j2objc:j2objc-annotations:1.3
com.google.errorprone:error_prone_annotations:2.5.1

--------------------------------------------------------------------------------
This product bundles various third-party components under other open source
Expand Down
7 changes: 0 additions & 7 deletions hadoop-shaded-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<exclusions>
<!-- Excluding error_prone_annotations because of YARN-10195-->
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ Following are relocations under *hadoop-shaded-guava* artifact:

|Original package | Shaded package |
|---|---|
|com.google.guava|org.apache.hadoop.thirdparty.com.google|
|org.checkerframework|org.apache.hadoop.thirdparty.org.checkerframework|
|com.google|org.apache.hadoop.thirdparty.com.google|
|org.checkerframework|org.apache.hadoop.thirdparty.org.checkerframework|

0 comments on commit db2fc27

Please sign in to comment.