Skip to content

Commit

Permalink
Add flinkShadedNetty dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fdc-ntflx committed Jul 10, 2023
1 parent 16ae78d commit 59c56e1
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 @@ -58,6 +58,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 @@ -34,6 +34,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 59c56e1

Please sign in to comment.