You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/06/07 13:52:53 UTC

[GitHub] [beam] tkram01 commented on a change in pull request #14953: [BEAM-10430] jackson needed to run under EMR to avoid class not found exceptions

tkram01 commented on a change in pull request #14953:
URL: https://github.com/apache/beam/pull/14953#discussion_r646608472



##########
File path: runners/flink/flink_runner.gradle
##########
@@ -34,6 +34,11 @@ applyJavaNature(
 
 description = "Apache Beam :: Runners :: Flink $flink_version"
 
+dependencies {
+  implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-jaxb-annotations', version: '2.12.3'

Review comment:
       I tested this on EMR 6.3.0 and 5.33




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org