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 = [
58
58
flinkRpcImpl : [
59
59
" org.apache.flink:flink-rpc-akka:${ versions.flink} " ,
60
60
],
61
+ flinkShadedNetty : " org.apache.flink:flink-shaded-netty:4.1.70.Final-15.0" ,
61
62
junit4 : [
62
63
" junit:junit:${ versions.junit4} " ,
63
64
" junit:junit-dep:${ versions.junit4} " ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ dependencies {
34
34
api " org.skife.config:config-magic:$configMagicVersion "
35
35
api libraries. flinkRpcApi
36
36
api libraries. flinkCore
37
+ api libraries. flinkShadedNetty
37
38
implementation libraries. commonsIo
38
39
compileOnly libraries. jsr305
39
40
compileOnly libraries. flinkRpcImpl // Provided by copyLibs task
You can’t perform that action at this time.
0 commit comments