Skip to content

Commit 5084505

Browse files
committed
chore: exclude j2objc-annotations from guava dependency
1 parent 90e863c commit 5084505

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
@@ -235,6 +235,10 @@
235235
<groupId>com.google.errorprone</groupId>
236236
<artifactId>error_prone_annotations</artifactId>
237237
</exclusion>
238+
<exclusion>
239+
<groupId>com.google.j2objc</groupId>
240+
<artifactId>j2objc-annotations</artifactId>
241+
</exclusion>
238242
</exclusions>
239243
</dependency>
240244

0 commit comments

Comments
 (0)