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

Commit 0fb3108

Browse files
authored
feat: manage error-prone version (#147)
This should help us avoid diamond dependency issues with error-prone-annotations
1 parent 9354e82 commit 0fb3108

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<iam.version>1.0.1</iam.version>
7373
<opencensus.version>0.24.0</opencensus.version>
7474
<findbugs.version>3.0.2</findbugs.version>
75+
<errorprone.version>2.4.0</errorprone.version>
7576
</properties>
7677

7778
<dependencyManagement>
@@ -178,6 +179,11 @@
178179
<artifactId>jsr305</artifactId>
179180
<version>${findbugs.version}</version>
180181
</dependency>
182+
<dependency>
183+
<groupId>com.google.errorprone</groupId>
184+
<artifactId>error_prone_annotations</artifactId>
185+
<version>${errorprone.version}</version>
186+
</dependency>
181187

182188
<!-- TODO: replace with opencensus-bom when available -->
183189
<dependency>

0 commit comments

Comments
 (0)