Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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