File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
+ <aws-sdk .version>1.11.430</aws-sdk .version>
16
17
</properties >
17
18
18
19
<url >https://aws.amazon.com/kinesis</url >
111
112
<dependency >
112
113
<groupId >com.amazonaws</groupId >
113
114
<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 >
115
127
</dependency >
116
128
<dependency >
117
129
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments