File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
fabric-chaincode-shim/src/main/java/org/hyperledger/fabric/shim Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ buildscript {
4747dependencies {
4848 compile ' com.google.protobuf:protobuf-java:3.9.1'
4949 compile ' com.google.protobuf:protobuf-java-util:3.9.1'
50- compile ' io.grpc:grpc-netty-shaded :1.23.0'
50+ compile ' io.grpc:grpc-netty:1.23.0'
5151 compile ' io.grpc:grpc-protobuf:1.23.0'
5252 compile ' io.grpc:grpc-stub:1.23.0'
5353 // Required if using Java 11+ as no longer bundled in the core libraries
Original file line number Diff line number Diff line change 3636import org .hyperledger .fabric .shim .impl .Handler ;
3737
3838import io .grpc .ManagedChannelBuilder ;
39- import io .grpc .netty .shaded . io . grpc . netty . GrpcSslContexts ;
40- import io .grpc .netty .shaded . io . grpc . netty . NegotiationType ;
41- import io .grpc .netty .shaded . io . grpc . netty . NettyChannelBuilder ;
42- import io .grpc . netty . shaded . io . netty .handler .ssl .SslContext ;
39+ import io .grpc .netty .GrpcSslContexts ;
40+ import io .grpc .netty .NegotiationType ;
41+ import io .grpc .netty .NettyChannelBuilder ;
42+ import io .netty .handler .ssl .SslContext ;
4343
4444public abstract class ChaincodeBase implements Chaincode {
4545
You can’t perform that action at this time.
0 commit comments