Skip to content

Commit

Permalink
[FLINK-18182][kinesis] Adding cloudwatch dependency for AWS DynamoDB …
Browse files Browse the repository at this point in the history
…stream adapter
  • Loading branch information
dannycranmer committed Jun 19, 2021
1 parent a330d43 commit a5a9d84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flink-connectors/flink-connector-kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ under the License.
<artifactId>aws-java-sdk-dynamodb</artifactId>
<version>${aws.sdk.version}</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cloudwatch</artifactId>
<version>${aws.sdk.version}</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
Expand All @@ -104,10 +109,6 @@ under the License.
<artifactId>dynamodb-streams-kinesis-adapter</artifactId>
<version>${aws.dynamodbstreams-kinesis-adapter.version}</version>
<exclusions>
<exclusion>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cloudwatch</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This project bundles the following dependencies under the Apache Software Licens
- com.amazonaws:aws-java-sdk-kms:1.12.7
- com.amazonaws:aws-java-sdk-s3:1.12.7
- com.amazonaws:aws-java-sdk-sts:1.12.7
- com.amazonaws:aws-java-sdk-cloudwatch:1.12.7
- com.amazonaws:dynamodb-streams-kinesis-adapter:1.5.3
- com.amazonaws:jmespath-java:1.12.7
- org.apache.httpcomponents:httpclient:4.5.9
Expand Down

0 comments on commit a5a9d84

Please sign in to comment.