Skip to content

Commit

Permalink
explicitly add error_prone_annotations to java-core`
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Mar 14, 2024
1 parent 4e80a53 commit 9e6a20d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion java-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotationsa</artifactId>
<version>${errorprone.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 9e6a20d

Please sign in to comment.