This repository was archived by the owner on Nov 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-699
lines changed
src/main/java/org/springframework/integration/aws Expand file tree Collapse file tree 3 files changed +2
-699
lines changed Original file line number Diff line number Diff line change 3636 servletApiVersion = ' 4.0.1'
3737 log4jVersion = ' 2.11.2'
3838 springCloudAwsVersion = ' 2.1.1.BUILD-SNAPSHOT'
39- springIntegrationVersion = ' 5.1.4.BUILD-SNAPSHOT'
40- kinesisClientVersion = ' 2.0.5'
41- kinesisProducerVersion = ' 0.12.11'
39+ springIntegrationVersion = ' 5.1.3.RELEASE'
4240
4341 idPrefix = ' aws'
4442
@@ -88,14 +86,12 @@ checkstyle {
8886dependencies {
8987 compile ' org.springframework.integration:spring-integration-core'
9088 compile ' org.springframework.cloud:spring-cloud-aws-core'
89+ compile " com.fasterxml.jackson.core:jackson-databind:$jacksonVersion "
9190
9291 compile(' org.springframework.cloud:spring-cloud-aws-messaging' , optional)
9392 compile(' org.springframework.integration:spring-integration-file' , optional)
9493 compile(' org.springframework.integration:spring-integration-http' , optional)
9594
96- compile(" software.amazon.kinesis:amazon-kinesis-client:$kinesisClientVersion " , optional)
97- compile(" com.amazonaws:amazon-kinesis-producer:$kinesisProducerVersion " , optional)
98-
9995 compile(' com.amazonaws:aws-java-sdk-kinesis' , optional)
10096 compile(' com.amazonaws:aws-java-sdk-dynamodb' , optional)
10197 compile(" com.amazonaws:dynamodb-lock-client:$dynamodbLockClientVersion " , optional)
You can’t perform that action at this time.
0 commit comments