Skip to content

Commit 59c56e1

Browse files
committed
Add flinkShadedNetty dep
1 parent 16ae78d commit 59c56e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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}",

mantis-control-plane/mantis-control-plane-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)