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

Commit e1c91a4

Browse files
authored
fix: Exclude error_prone_annotations from guava. (#1750)
1 parent 37aeab7 commit e1c91a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@
8282
<groupId>com.google.guava</groupId>
8383
<artifactId>guava</artifactId>
8484
<version>31.1-jre</version>
85+
<exclusions>
86+
<exclusion>
87+
<groupId>com.google.errorprone</groupId>
88+
<artifactId>error_prone_annotations</artifactId>
89+
</exclusion>
90+
</exclusions>
8591
</dependency>
8692
<dependency>
8793
<groupId>io.opencensus</groupId>

0 commit comments

Comments
 (0)