Skip to content

Commit

Permalink
deps: exclude test executor
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Aug 28, 2024
1 parent c257ea5 commit 476c605
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-spanner-executor-v1</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- TODO: Remove grpc-alts from here once it has been removed as a runtime dependency from java-spanner -->
<dependency>
Expand Down

0 comments on commit 476c605

Please sign in to comment.