We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794a8fd commit 6c3a3d6Copy full SHA for 6c3a3d6
1 file changed
sdk-platform-java/gax-java/gax/pom.xml
@@ -41,6 +41,13 @@
41
<dependency>
42
<groupId> com.google.protobuf</groupId>
43
<artifactId>protobuf-java-util</artifactId>
44
+ <exclusions>
45
+ <exclusion>
46
+ <!-- protobuf-java-util's error_prone_annotatoins is old. -->
47
+ <groupId>com.google.errorprone</groupId>
48
+ <artifactId>error_prone_annotations</artifactId>
49
+ </exclusion>
50
+ </exclusions>
51
</dependency>
52
53
<groupId>org.threeten</groupId>
0 commit comments