Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
deps: use errorprone from shared deps (#655)
Browse files Browse the repository at this point in the history
The shared dependencies BOM provides the error_prone_annotations version. No need to specify in individual repositories.
  • Loading branch information
suztomo committed Apr 27, 2022
1 parent d256d46 commit f2ae3e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.13.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit f2ae3e3

Please sign in to comment.