File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 142
142
<groupId >io.grpc</groupId >
143
143
<artifactId >grpc-protobuf</artifactId >
144
144
</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
- -->
155
145
<dependency >
156
146
<groupId >io.grpc</groupId >
157
147
<artifactId >grpc-stub</artifactId >
264
254
<scope >test</scope >
265
255
</dependency >
266
256
257
+ <!-- Test dependency for DirectPath -->
258
+ <dependency >
259
+ <groupId >io.grpc</groupId >
260
+ <artifactId >grpc-alts</artifactId >
261
+ <scope >test</scope >
262
+ </dependency >
263
+
267
264
<!-- Need testing utility classes for generated gRPC clients tests -->
268
265
<dependency >
269
266
<groupId >com.google.api</groupId >
You can’t perform that action at this time.
0 commit comments