Skip to content

Commit

Permalink
fix: remove error_prone_annotations exclusion rules from poms (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Feb 5, 2020
1 parent 6b3a930 commit b659cfa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions google-cloud-datastore/pom.xml
Expand Up @@ -33,14 +33,6 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<exclusions>
<!-- currently collides with error_prone_annotations from grpc -->
<!-- TODO: try to remove after the next bump of grpc -->
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit b659cfa

Please sign in to comment.