mirror of
https://gitee.com/BDWare/agent-backend
synced 2025-01-09 17:34:13 +00:00
fix the CertificateCompressionAlgo bug by replacing netty version to 2.0.50.Final in build.gradle
This commit is contained in:
parent
7c91416350
commit
b229ed8c67
@ -43,6 +43,7 @@ dependencies {
|
||||
implementation 'org.bdware.doip:doip-sdk:1.1.0'
|
||||
implementation fileTree(dir: 'lib', include: '*.jar')
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
implementation group: 'io.netty', name: 'netty-tcnative-boringssl-static', version: '2.0.50.Final'
|
||||
}
|
||||
|
||||
compileJava {
|
||||
|
Loading…
Reference in New Issue
Block a user