Skip to content

Commit 3e6b3af

Browse files
committed
chore: Ignore j2objc-annotations in gax
1 parent 0138ebe commit 3e6b3af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gax-java/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
<groupId>com.google.errorprone</groupId>
7979
<artifactId>error_prone_annotations</artifactId>
8080
</exclusion>
81+
<exclusion>
82+
<groupId>com.google.j2objc</groupId>
83+
<artifactId>j2objc-annotations</artifactId>
84+
</exclusion>
8185
</exclusions>
8286
</dependency>
8387
<dependency>

0 commit comments

Comments
 (0)