File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
mantis-control-plane/mantis-control-plane-core Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ ext.libraries = [
5959 flinkRpcImpl : [
6060 " org.apache.flink:flink-rpc-akka:${ versions.flink} " ,
6161 ],
62+ flinkShadedNetty : " org.apache.flink:flink-shaded-netty:4.1.70.Final-15.0" ,
6263 junit4 : [
6364 " junit:junit:${ versions.junit4} " ,
6465 " junit:junit-dep:${ versions.junit4} " ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ dependencies {
3333 api " org.skife.config:config-magic:$configMagicVersion "
3434 api libraries. flinkRpcApi
3535 api libraries. flinkCore
36+ api libraries. flinkShadedNetty
3637 implementation libraries. commonsIo
3738 compileOnly libraries. jsr305
3839 compileOnly libraries. flinkRpcImpl // Provided by copyLibs task
You can’t perform that action at this time.
0 commit comments