Skip to content

Commit e1ba25f

Browse files
committed
chore: Add missing j2objc-annotations exclusions
1 parent 3e6b3af commit e1ba25f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

gapic-generator-java/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<groupId>com.google.errorprone</groupId>
387387
<artifactId>error_prone_annotations</artifactId>
388388
</exclusion>
389+
<exclusion>
390+
<groupId>com.google.j2objc</groupId>
391+
<artifactId>j2objc-annotations</artifactId>
392+
</exclusion>
389393
</exclusions>
390394
</dependency>
391395
<dependency>

java-common-protos/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
<groupId>com.google.errorprone</groupId>
8888
<artifactId>error_prone_annotations</artifactId>
8989
</exclusion>
90+
<exclusion>
91+
<groupId>com.google.j2objc</groupId>
92+
<artifactId>j2objc-annotations</artifactId>
93+
</exclusion>
9094
</exclusions>
9195
</dependency>
9296
<dependency>

0 commit comments

Comments
 (0)