Skip to content

Commit 47ebb7f

Browse files
committed
Update pom.xml
1 parent 04292f8 commit 47ebb7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hadoop-project/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,12 @@
820820
<groupId>com.google.code.gson</groupId>
821821
<artifactId>gson</artifactId>
822822
<version>${gson.version}</version>
823+
<exclusions>
824+
<exclusion>
825+
<groupId>com.google.errorprone</groupId>
826+
<artifactId>error_prone_annotations</artifactId>
827+
</exclusion>
828+
</exclusions>
823829
</dependency>
824830
<dependency>
825831
<groupId>commons-cli</groupId>

0 commit comments

Comments
 (0)