tweise commented on issue #6968: [FLINK-4582] [kinesis] Consuming data from DynamoDB streams to flink URL: https://github.com/apache/flink/pull/6968#issuecomment-449461104 Dependency diff shows the following: ``` < [INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.7.1:compile < [INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0:compile < [INFO] | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.6.7:compile 79a77,79 > [INFO] | +- com.amazonaws:aws-java-sdk-dynamodb:jar:1.11.272:compile > [INFO] | | \- com.amazonaws:aws-java-sdk-s3:jar:1.11.272:compile > [INFO] | | \- com.amazonaws:aws-java-sdk-kms:jar:1.11.272:compile 80a81,84 > [INFO] +- com.amazonaws:dynamodb-streams-kinesis-adapter:jar:1.4.0:compile > [INFO] | \- com.fasterxml.jackson.core:jackson-databind:jar:2.6.6:compile > [INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0:compile > [INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.6.6:compile ``` The version of `com.fasterxml.jackson.core:jackson-databind` that comes with `com.amazonaws:dynamodb-streams-kinesis-adapter` is 2.6.6 vs. 2.6.7 from `com.amazonaws:aws-java-sdk-core` previously.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services