Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 874ec0c

Browse files
committed
fix: removes duplicate dependency
Removes duplicate grpc-alts dependency
1 parent e3d816f commit 874ec0c

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

google-cloud-spanner/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,6 @@
142142
<groupId>io.grpc</groupId>
143143
<artifactId>grpc-protobuf</artifactId>
144144
</dependency>
145-
<dependency>
146-
<groupId>io.grpc</groupId>
147-
<artifactId>grpc-alts</artifactId>
148-
<scope>runtime</scope>
149-
</dependency>
150-
<!--
151-
grpc-stub is needed directly by our tests and transitively by grpc-alts at runtime.
152-
So it has to be declared as a direct dependency and to avoid overriding grpc-alts'
153-
runtime requirement it has to be promoted to the runtime scope.
154-
-->
155145
<dependency>
156146
<groupId>io.grpc</groupId>
157147
<artifactId>grpc-stub</artifactId>

0 commit comments

Comments
 (0)