Skip to content

Commit 3b1374d

Browse files
committed
update publish.gradle
1 parent c611580 commit 3b1374d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

publish.gradle

+1-4
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,10 @@ dependencies {
6363

6464
// compile 'io.netty:netty-tcnative:2.0.25.Final'
6565
// compile 'io.netty:netty-tcnative-boringssl-static:2.0.27.Final'
66-
compile ('org.fisco-bcos:netty-sm-ssl-context:1.0.0') {
66+
compile ('org.fisco-bcos:netty-sm-ssl-context:1.1.0') {
6767
exclude module:"log4j"
6868
}
6969

70-
// update tcnative version
71-
compile 'org.fisco-bcos:tcnative:2.0.30.0-SNAPSHOT'
72-
7370
compile 'org.ethereum:solcJ-all:0.4.25'
7471
compile 'io.netty:netty-all:4.1.50.Final'
7572
compile 'com.google.guava:guava:29.0-jre'

0 commit comments

Comments
 (0)