Skip to content

Commit

Permalink
Add flinkShadedNetty dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fdc-ntflx authored and hmitnflx committed Sep 5, 2023
1 parent 867913f commit 84c98c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ ext.libraries = [
flinkRpcImpl : [
"org.apache.flink:flink-rpc-akka:${versions.flink}",
],
flinkShadedNetty : "org.apache.flink:flink-shaded-netty:4.1.70.Final-15.0",
junit4 : [
"junit:junit:${versions.junit4}",
"junit:junit-dep:${versions.junit4}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies {
api "org.skife.config:config-magic:$configMagicVersion"
api libraries.flinkRpcApi
api libraries.flinkCore
api libraries.flinkShadedNetty
implementation libraries.commonsIo
compileOnly libraries.jsr305
compileOnly libraries.flinkRpcImpl // Provided by copyLibs task
Expand Down

0 comments on commit 84c98c3

Please sign in to comment.