Skip to content

Commit

Permalink
Merge pull request #648 from ywy2090/release-2.5.0
Browse files Browse the repository at this point in the history
update netty-sm-ssl-context version
  • Loading branch information
ywy2090 authored Jun 19, 2020
2 parents abd60aa + 4f0c6db commit 8edfb6b
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 8edfb6b

Please sign in to comment.