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

Commit f2ae3e3

Browse files
authored
deps: use errorprone from shared deps (#655)
The shared dependencies BOM provides the error_prone_annotations version. No need to specify in individual repositories.
1 parent d256d46 commit f2ae3e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>
68-
<dependency>
69-
<groupId>com.google.errorprone</groupId>
70-
<artifactId>error_prone_annotations</artifactId>
71-
<version>2.13.1</version>
72-
</dependency>
7368
</dependencies>
7469
</dependencyManagement>
7570

0 commit comments

Comments
 (0)