Skip to content

Commit

Permalink
fix: remove error_prone_annotations exclusion rules from poms (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
athakor committed Feb 7, 2020
1 parent 0ef398c commit 0f9b474
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
8 changes: 0 additions & 8 deletions google-cloud-firestore/pom.xml
Expand Up @@ -92,14 +92,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
8 changes: 0 additions & 8 deletions grpc-google-cloud-firestore-admin-v1/pom.xml
Expand Up @@ -35,14 +35,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.protobuf</groupId>
Expand Down
8 changes: 0 additions & 8 deletions grpc-google-cloud-firestore-v1/pom.xml
Expand Up @@ -31,14 +31,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.protobuf</groupId>
Expand Down
8 changes: 0 additions & 8 deletions grpc-google-cloud-firestore-v1beta1/pom.xml
Expand Up @@ -31,14 +31,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.protobuf</groupId>
Expand Down

0 comments on commit 0f9b474

Please sign in to comment.