File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
src/main/java/com/expedia/www/haystack/client/dispatchers/clients Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3232
3333 <dependency >
3434 <groupId >io.grpc</groupId >
35- <artifactId >grpc-netty</artifactId >
35+ <artifactId >grpc-netty-shaded </artifactId >
3636 </dependency >
3737
3838 <dependency >
Original file line number Diff line number Diff line change 1919import java .util .Arrays ;
2020import java .util .concurrent .TimeUnit ;
2121
22+
2223import org .slf4j .Logger ;
2324import org .slf4j .LoggerFactory ;
2425
3637import com .expedia .www .haystack .client .metrics .Timer .Sample ;
3738
3839import io .grpc .ManagedChannel ;
39- import io .grpc .netty .NegotiationType ;
40- import io .grpc .netty .NettyChannelBuilder ;
40+ import io .grpc .netty .shaded . io . grpc . netty . NegotiationType ;
41+ import io .grpc .netty .shaded . io . grpc . netty . NettyChannelBuilder ;
4142import io .grpc .stub .StreamObserver ;
4243
4344public class GRPCAgentClient implements Client {
Original file line number Diff line number Diff line change 5151 <mockito .version>1.9.5</mockito .version>
5252 <awaitility .version>3.0.0</awaitility .version>
5353 <commonslang3 .version>3.7</commonslang3 .version>
54- <grpc .version>1.7 .0</grpc .version>
54+ <grpc .version>1.9 .0</grpc .version>
5555 <jaxrs .version>2.1</jaxrs .version>
5656 <micrometer .version>1.0.1</micrometer .version>
5757
115115 <!-- grpc -->
116116 <dependency >
117117 <groupId >io.grpc</groupId >
118- <artifactId >grpc-netty</artifactId >
118+ <artifactId >grpc-netty-shaded </artifactId >
119119 <version >${grpc.version} </version >
120120 </dependency >
121121 <dependency >
You can’t perform that action at this time.
0 commit comments