Skip to content

Commit 9991bdd

Browse files
committed
Fixing databind depdency issues - moving to 2.8.11.1
1 parent 2ce3c71 commit 9991bdd

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

java/KinesisAggregator/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16+
<aws-sdk.version>1.11.430</aws-sdk.version>
1617
</properties>
1718

1819
<url>https://aws.amazon.com/kinesis</url>
@@ -111,7 +112,18 @@
111112
<dependency>
112113
<groupId>com.amazonaws</groupId>
113114
<artifactId>amazon-kinesis-client</artifactId>
114-
<version>1.8.8</version>
115+
<version>1.9.2</version>
116+
<exclusions>
117+
<exclusion>
118+
<groupId>com.fasterxml.jackson.core</groupId>
119+
<artifactId>jackson-databind</artifactId>
120+
</exclusion>
121+
</exclusions>
122+
</dependency>
123+
<dependency>
124+
<groupId>com.fasterxml.jackson.core</groupId>
125+
<artifactId>jackson-databind</artifactId>
126+
<version>2.8.11.1</version>
115127
</dependency>
116128
<dependency>
117129
<groupId>junit</groupId>

0 commit comments

Comments
 (0)