File tree
Expand file treeCollapse file tree1 file changed
+5
-7
lines changed Expand file treeCollapse file tree1 file changed
+5
-7
lines changed Original file line number | Diff line number | Diff line change |
---|
|
246 | 246 | <groupId>com.google.auth</groupId>
|
247 | 247 | <artifactId>google-auth-library-credentials</artifactId>
|
248 | 248 | </dependency>
|
| 249 | +<!-- Dependency for DirectPath --> |
| 250 | +<dependency> |
| 251 | +<groupId>io.grpc</groupId> |
| 252 | +<artifactId>grpc-alts</artifactId> |
| 253 | +</dependency> |
249 | 254 |
|
250 | 255 | <!-- Test dependencies -->
|
251 | 256 | <dependency>
|
|
254 | 259 | <scope>test</scope>
|
255 | 260 | </dependency>
|
256 | 261 |
|
257 |
| -<!-- Test dependency for DirectPath --> |
258 |
| -<dependency> |
259 |
| -<groupId>io.grpc</groupId> |
260 |
| -<artifactId>grpc-alts</artifactId> |
261 |
| -<scope>test</scope> |
262 |
| -</dependency> |
263 |
| - |
264 | 262 | <!-- Need testing utility classes for generated gRPC clients tests -->
|
265 | 263 | <dependency>
|
266 | 264 | <groupId>com.google.api</groupId>
|
|
You can’t perform that action at this time.
0 commit comments