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 @@ -58,6 +58,7 @@ ext.libraries = [
5858 flinkRpcImpl : [
5959 " org.apache.flink:flink-rpc-akka:${ versions.flink} " ,
6060 ],
61+ flinkShadedNetty : " org.apache.flink:flink-shaded-netty:4.1.70.Final-15.0" ,
6162 junit4 : [
6263 " junit:junit:${ versions.junit4} " ,
6364 " junit:junit-dep:${ versions.junit4} " ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ dependencies {
3434 api " org.skife.config:config-magic:$configMagicVersion "
3535 api libraries. flinkRpcApi
3636 api libraries. flinkCore
37+ api libraries. flinkShadedNetty
3738 implementation libraries. commonsIo
3839 compileOnly libraries. jsr305
3940 compileOnly libraries. flinkRpcImpl // Provided by copyLibs task
You can’t perform that action at this time.
0 commit comments