Skip to content
Snippets Groups Projects
Commit b516d4ab authored by Sören Henning's avatar Sören Henning
Browse files

Fix dependency clash (Apache Commons bean utils)

parent 29dba57a
No related branches found
No related tags found
1 merge request!187Migrate Beam benchmark implementation
Pipeline #5812 passed
......@@ -3,5 +3,7 @@ plugins {
}
dependencies {
compile group: 'org.apache.beam', name: 'beam-runners-samza', version: '2.22.0'
implementation('org.apache.beam:beam-runners-samza:2.22.0') {
exclude group: 'org.apache.samza', module: 'samza-yarn_2.11'
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment