File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 181181 <artifactId >grpc-api</artifactId >
182182 <version >${grpc.version} </version >
183183 </dependency >
184+ <dependency >
185+ <groupId >io.grpc</groupId >
186+ <artifactId >grpc-netty-shaded</artifactId >
187+ <version >${grpc.version} </version >
188+ </dependency >
184189 <dependency >
185190 <groupId >com.google.api</groupId >
186191 <artifactId >api-common</artifactId >
286291 <version >${junit.version} </version >
287292 <scope >test</scope >
288293 </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 >
295294 <dependency >
296295 <groupId >com.google.api</groupId >
297296 <artifactId >gax-grpc</artifactId >
You can’t perform that action at this time.
0 commit comments