Skip to content

Commit

Permalink
update netty-sm-ssl-context version
Browse files Browse the repository at this point in the history
  • Loading branch information
ywy2090 committed Jun 19, 2020
1 parent abd60aa commit 4f0c6db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ dependencies {

// compile 'io.netty:netty-tcnative:2.0.25.Final'
// compile 'io.netty:netty-tcnative-boringssl-static:2.0.27.Final'
compile 'org.fisco-bcos:netty-sm-ssl-context:1.0.0-SNAPSHOT'
// compile 'org.fisco-bcos:netty-sm-ssl-context:1.0.0-SNAPSHOT'
compile 'org.fisco-bcos:netty-sm-ssl-context:1.0.0'
compile 'io.netty:netty-all:4.1.50.Final'

compile 'com.google.guava:guava:29.0-jre'
Expand Down Expand Up @@ -203,4 +204,4 @@ test {
// events "started","passed","skipped","failed"
events "passed","skipped","failed"
}
}
}

0 comments on commit 4f0c6db

Please sign in to comment.