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 134
134
</dependency >
135
135
<dependency >
136
136
<groupId >io.grpc</groupId >
137
- <artifactId >grpc-netty-shaded </artifactId >
137
+ <artifactId >grpc-netty</artifactId >
138
138
<version >${grpc.version} </version >
139
139
</dependency >
140
140
</dependencies >
Original file line number Diff line number Diff line change 22
22
import io .grpc .ManagedChannel ;
23
23
import io .grpc .ManagedChannelBuilder ;
24
24
import 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 ;
28
28
29
29
import java .io .FileInputStream ;
30
30
import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments