Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -18,8 +18,8 @@ package org.thingsboard.edge.rpc; |
18 | 18 | import io.grpc.ManagedChannel; |
19 | 19 | import io.grpc.netty.shaded.io.grpc.netty.GrpcSslContexts; |
20 | 20 | import io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder; |
21 | +import io.grpc.netty.shaded.io.netty.handler.ssl.SslContextBuilder; | |
21 | 22 | import io.grpc.stub.StreamObserver; |
22 | -import io.netty.handler.ssl.SslContextBuilder; | |
23 | 23 | import lombok.extern.slf4j.Slf4j; |
24 | 24 | import org.springframework.beans.factory.annotation.Value; |
25 | 25 | import org.springframework.stereotype.Service; | ... | ... |