Skip to content

Commit

Permalink
build: exclude animal-sniffer-annotations from grpc-api (#34)
Browse files Browse the repository at this point in the history
Temporary workaround for #33
  • Loading branch information
BenWhitehead committed Dec 4, 2019
1 parent af26365 commit de966f8
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions google-cloud-firestore/pom.xml
Expand Up @@ -92,6 +92,14 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<exclusions>
<!-- currently collides with animal-sniffer-annotations from guava -->
<!-- TODO(#33) try to remove after the next bump of guava -->
<exclusion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down
8 changes: 8 additions & 0 deletions grpc-google-cloud-firestore-admin-v1/pom.xml
Expand Up @@ -35,6 +35,14 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<exclusions>
<!-- currently collides with animal-sniffer-annotations from guava -->
<!-- TODO(#33) try to remove after the next bump of guava -->
<exclusion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down
8 changes: 8 additions & 0 deletions grpc-google-cloud-firestore-v1/pom.xml
Expand Up @@ -31,6 +31,14 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<exclusions>
<!-- currently collides with animal-sniffer-annotations from guava -->
<!-- TODO(#33) try to remove after the next bump of guava -->
<exclusion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down
8 changes: 8 additions & 0 deletions grpc-google-cloud-firestore-v1beta1/pom.xml
Expand Up @@ -31,6 +31,14 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
<exclusions>
<!-- currently collides with animal-sniffer-annotations from guava -->
<!-- TODO(#33) try to remove after the next bump of guava -->
<exclusion>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit de966f8

Please sign in to comment.