Skip to content

Commit b659cfa

Browse files
authored
fix: remove error_prone_annotations exclusion rules from poms (#31)
1 parent 6b3a930 commit b659cfa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

google-cloud-datastore/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@
3333
<dependency>
3434
<groupId>io.grpc</groupId>
3535
<artifactId>grpc-api</artifactId>
36-
<exclusions>
37-
<!-- currently collides with error_prone_annotations from grpc -->
38-
<!-- TODO: try to remove after the next bump of grpc -->
39-
<exclusion>
40-
<groupId>com.google.errorprone</groupId>
41-
<artifactId>error_prone_annotations</artifactId>
42-
</exclusion>
43-
</exclusions>
4436
</dependency>
4537
<dependency>
4638
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)