Skip to content

Commit 6c3a3d6

Browse files
committed
not using error_prone_annotations from protobuf-java-util
1 parent 794a8fd commit 6c3a3d6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • sdk-platform-java/gax-java/gax

sdk-platform-java/gax-java/gax/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
<dependency>
4242
<groupId> com.google.protobuf</groupId>
4343
<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>
4451
</dependency>
4552
<dependency>
4653
<groupId>org.threeten</groupId>

0 commit comments

Comments
 (0)