File tree
Expand file treeCollapse file tree1 file changed
+5
-6
lines changed Expand file treeCollapse file tree1 file changed
+5
-6
lines changed Original file line number | Diff line number | Diff line change |
---|
|
181 | 181 | <artifactId>grpc-api</artifactId>
|
182 | 182 | <version>${grpc.version}</version>
|
183 | 183 | </dependency>
|
| 184 | +<dependency> |
| 185 | +<groupId>io.grpc</groupId> |
| 186 | +<artifactId>grpc-netty-shaded</artifactId> |
| 187 | +<version>${grpc.version}</version> |
| 188 | +</dependency> |
184 | 189 | <dependency>
|
185 | 190 | <groupId>com.google.api</groupId>
|
186 | 191 | <artifactId>api-common</artifactId>
|
|
286 | 291 | <version>${junit.version}</version>
|
287 | 292 | <scope>test</scope>
|
288 | 293 | </dependency>
|
289 |
| -<dependency> |
290 |
| -<groupId>io.grpc</groupId> |
291 |
| -<artifactId>grpc-netty-shaded</artifactId> |
292 |
| -<version>${grpc.version}</version> |
293 |
| -<scope>test</scope> |
294 |
| -</dependency> |
295 | 294 | <dependency>
|
296 | 295 | <groupId>com.google.api</groupId>
|
297 | 296 | <artifactId>gax-grpc</artifactId>
|
|
You can’t perform that action at this time.
0 commit comments