Skip to content

Commit

Permalink
[SPARK-24601][FOLLOWUP] Update Jackson to 2.9.6 in Kinesis
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

Also update Kinesis SDK's Jackson to match Spark's

## How was this patch tested?

Existing tests, including Kinesis ones, which ought to be hereby triggered.
This was uncovered, I believe, in #22729 (comment)

Closes #22757 from srowen/SPARK-24601.2.

Authored-by: Sean Owen <sean.owen@databricks.com>
Signed-off-by: Sean Owen <sean.owen@databricks.com>
  • Loading branch information
srowen committed Oct 18, 2018
1 parent c3eaee7 commit 734c6af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions external/kinesis-asl/pom.xml
Expand Up @@ -69,6 +69,13 @@
<version>${aws.kinesis.producer.version}</version>
<scope>test</scope>
</dependency>
<!-- manage this up explicitly to match Spark; com.amazonaws:aws-java-sdk-pom specifies
2.6.7 but says we can manage it up -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-cbor</artifactId>
<version>${fasterxml.jackson.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down

0 comments on commit 734c6af

Please sign in to comment.