We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6b3af commit e1ba25fCopy full SHA for e1ba25f
gapic-generator-java/pom.xml
@@ -386,6 +386,10 @@
386
<groupId>com.google.errorprone</groupId>
387
<artifactId>error_prone_annotations</artifactId>
388
</exclusion>
389
+ <exclusion>
390
+ <groupId>com.google.j2objc</groupId>
391
+ <artifactId>j2objc-annotations</artifactId>
392
+ </exclusion>
393
</exclusions>
394
</dependency>
395
<dependency>
java-common-protos/pom.xml
@@ -87,6 +87,10 @@
87
88
89
90
91
92
93
94
95
96
0 commit comments