Skip to content

Commit

Permalink
exclude error prone annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp authored Aug 21, 2024
1 parent 0699125 commit 913808e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${project.gson.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 913808e

Please sign in to comment.