File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/io/dapr/utils Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 134134 </dependency >
135135 <dependency >
136136 <groupId >io.grpc</groupId >
137- <artifactId >grpc-netty-shaded </artifactId >
137+ <artifactId >grpc-netty</artifactId >
138138 <version >${grpc.version} </version >
139139 </dependency >
140140 </dependencies >
Original file line number Diff line number Diff line change 2222import io .grpc .ManagedChannel ;
2323import io .grpc .ManagedChannelBuilder ;
2424import io .grpc .TlsChannelCredentials ;
25- import io .grpc .netty .shaded . io . grpc . netty . GrpcSslContexts ;
26- import io .grpc .netty .shaded . io . grpc . netty . NettyChannelBuilder ;
27- import io .grpc . netty . shaded . io . netty .handler .ssl .util .InsecureTrustManagerFactory ;
25+ import io .grpc .netty .GrpcSslContexts ;
26+ import io .grpc .netty .NettyChannelBuilder ;
27+ import io .netty .handler .ssl .util .InsecureTrustManagerFactory ;
2828
2929import java .io .FileInputStream ;
3030import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments