mirror of
https://github.com/corda/corda.git
synced 2025-06-05 17:01:45 +00:00
Revert netty version
This commit is contained in:
parent
28bbe09710
commit
974d81cf41
@ -38,7 +38,7 @@ openSourceBranch=https://github.com/corda/corda/blob/release/os/4.4
|
|||||||
openSourceSamplesBranch=https://github.com/corda/samples/blob/release-V4
|
openSourceSamplesBranch=https://github.com/corda/samples/blob/release-V4
|
||||||
jolokiaAgentVersion=1.6.1
|
jolokiaAgentVersion=1.6.1
|
||||||
detektVersion=1.0.1
|
detektVersion=1.0.1
|
||||||
tcnativeVersion=2.0.62.Final
|
tcnativeVersion=2.0.48.Final
|
||||||
commonsConfiguration2Version=2.8.0
|
commonsConfiguration2Version=2.8.0
|
||||||
commonsTextVersion=1.10.0
|
commonsTextVersion=1.10.0
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ assertjVersion=3.12.2
|
|||||||
slf4JVersion=1.7.30
|
slf4JVersion=1.7.30
|
||||||
log4JVersion=2.17.1
|
log4JVersion=2.17.1
|
||||||
okhttpVersion=3.14.9
|
okhttpVersion=3.14.9
|
||||||
nettyVersion=4.1.100.Final
|
nettyVersion=4.1.77.Final
|
||||||
fileuploadVersion=1.4
|
fileuploadVersion=1.4
|
||||||
kryoVersion=4.0.2
|
kryoVersion=4.0.2
|
||||||
kryoSerializerVersion=0.43
|
kryoSerializerVersion=0.43
|
||||||
|
@ -209,12 +209,7 @@ dependencies {
|
|||||||
compile "com.palominolabs.metrics:metrics-new-relic:${metrics_new_relic_version}"
|
compile "com.palominolabs.metrics:metrics-new-relic:${metrics_new_relic_version}"
|
||||||
|
|
||||||
// Adding native SSL library to allow using native SSL with Artemis and AMQP
|
// Adding native SSL library to allow using native SSL with Artemis and AMQP
|
||||||
compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version:linux-x86_64"
|
compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version"
|
||||||
compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version:linux-aarch_64"
|
|
||||||
compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version:osx-x86_64"
|
|
||||||
compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version:osx-aarch_64"
|
|
||||||
compile "io.netty:netty-tcnative-boringssl-static:$tcnative_version:windows-x86_64"
|
|
||||||
compile "io.netty:netty-tcnative-classes:$tcnative_version"
|
|
||||||
|
|
||||||
// Byteman for runtime (termination) rules injection on the running node
|
// Byteman for runtime (termination) rules injection on the running node
|
||||||
// Submission tool allowing to install rules on running nodes
|
// Submission tool allowing to install rules on running nodes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user