Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit f4d22d5

Browse files
committed
Prepare for 2.1.0.RELEASE
* Remove KCL/KPL components since they are not for the current version * Make Jackson dependency as mandatory
1 parent 82c0135 commit f4d22d5

File tree

3 files changed

+2
-699
lines changed

3 files changed

+2
-699
lines changed

build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ ext {
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 {
8886
dependencies {
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)

0 commit comments

Comments
 (0)