We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0138ebe commit 3e6b3afCopy full SHA for 3e6b3af
1 file changed
gax-java/pom.xml
@@ -78,6 +78,10 @@
78
<groupId>com.google.errorprone</groupId>
79
<artifactId>error_prone_annotations</artifactId>
80
</exclusion>
81
+ <exclusion>
82
+ <groupId>com.google.j2objc</groupId>
83
+ <artifactId>j2objc-annotations</artifactId>
84
+ </exclusion>
85
</exclusions>
86
</dependency>
87
<dependency>
0 commit comments