We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3a930 commit b659cfaCopy full SHA for b659cfa
google-cloud-datastore/pom.xml
@@ -33,14 +33,6 @@
33
<dependency>
34
<groupId>io.grpc</groupId>
35
<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>
44
</dependency>
45
46
<groupId>com.google.api</groupId>
0 commit comments