We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b62299 commit 3d6f356Copy full SHA for 3d6f356
pom.xml
@@ -181,6 +181,11 @@
181
<artifactId>grpc-api</artifactId>
182
<version>${grpc.version}</version>
183
</dependency>
184
+ <dependency>
185
+ <groupId>io.grpc</groupId>
186
+ <artifactId>grpc-netty-shaded</artifactId>
187
+ <version>${grpc.version}</version>
188
+ </dependency>
189
<dependency>
190
<groupId>com.google.api</groupId>
191
<artifactId>api-common</artifactId>
@@ -286,12 +291,6 @@
286
291
<version>${junit.version}</version>
287
292
<scope>test</scope>
288
293
289
- <dependency>
290
- <groupId>io.grpc</groupId>
- <artifactId>grpc-netty-shaded</artifactId>
- <version>${grpc.version}</version>
- <scope>test</scope>
294
- </dependency>
295
296
297
<artifactId>gax-grpc</artifactId>
0 commit comments