We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c611580 commit 3b1374dCopy full SHA for 3b1374d
publish.gradle
@@ -63,13 +63,10 @@ dependencies {
63
64
// compile 'io.netty:netty-tcnative:2.0.25.Final'
65
// compile 'io.netty:netty-tcnative-boringssl-static:2.0.27.Final'
66
- compile ('org.fisco-bcos:netty-sm-ssl-context:1.0.0') {
+ compile ('org.fisco-bcos:netty-sm-ssl-context:1.1.0') {
67
exclude module:"log4j"
68
}
69
70
- // update tcnative version
71
- compile 'org.fisco-bcos:tcnative:2.0.30.0-SNAPSHOT'
72
-
73
compile 'org.ethereum:solcJ-all:0.4.25'
74
compile 'io.netty:netty-all:4.1.50.Final'
75
compile 'com.google.guava:guava:29.0-jre'
0 commit comments