Skip to content

Commit c78af24

Browse files
authored
chore: Add errorprone to exclusion for guava
1 parent 5c1c4f9 commit c78af24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
<groupId>com.google.j2objc</groupId>
128128
<artifactId>j2objc-annotations</artifactId>
129129
</exclusion>
130+
<exclusion>
131+
<groupId>com.google.errorprone</groupId>
132+
<artifactId>error_prone_annotations</artifactId>
133+
</exclusion>
130134
</exclusions>
131135
</dependency>
132136
<dependency>

0 commit comments

Comments
 (0)