Commit eb6d3f23cce6430ce564ecb7a14a08adbe827b67

Authored by Igor Kulikov
1 parent 67014b45

Fix imports

... ... @@ -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;
... ...