Skip to content

Commit

Permalink
revert: temporary workaround for maven wildcard excludes (#989)
Browse files Browse the repository at this point in the history
Reverts #985
  • Loading branch information
igorbernstein2 committed Sep 7, 2021
1 parent 50490d9 commit 148a928
Showing 1 changed file with 2 additions and 56 deletions.
58 changes: 2 additions & 56 deletions google-cloud-bigtable/pom.xml
Expand Up @@ -224,64 +224,10 @@
* Exclude protobuf-java to prefer the version declared here
in the project.
-->
<!-- <exclusion>-->
<!-- <groupId>*</groupId>-->
<!-- <artifactId>*</artifactId>-->
<!-- </exclusion>-->
<!-- TODO: figure out why maven fails to exclude wildcards, in the interim, manually exclude all deps -->
<exclusion>
<artifactId>api-common</artifactId>
<groupId>com.google.api</groupId>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-firestore-v1</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-bigtable-v2</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>failureaccess</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>listenablefuture</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>

</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 148a928

Please sign in to comment.