File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 52
52
<maven .compiler.source>1.8</maven .compiler.source>
53
53
<maven .compiler.target>1.8</maven .compiler.target>
54
54
<log4j .version>2.14.0</log4j .version>
55
- <jackson .version>2.11.3 </jackson .version>
55
+ <jackson .version>2.12.0 </jackson .version>
56
56
<aspectj .version>1.9.6</aspectj .version>
57
57
<aws .sdk.version>2.15.36</aws .sdk.version>
58
58
<aws .xray.recorder.version>2.8.0</aws .xray.recorder.version>
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >software.amazon.cloudwatchlogs</groupId >
55
55
<artifactId >aws-embedded-metrics</artifactId >
56
+ <exclusions >
57
+ <exclusion >
58
+ <groupId >com.fasterxml.jackson.core</groupId >
59
+ <artifactId >jackson-core</artifactId >
60
+ </exclusion >
61
+ <exclusion >
62
+ <groupId >com.fasterxml.jackson.core</groupId >
63
+ <artifactId >jackson-annotations</artifactId >
64
+ </exclusion >
65
+ </exclusions >
66
+ </dependency >
67
+ <dependency >
68
+ <groupId >com.fasterxml.jackson.core</groupId >
69
+ <artifactId >jackson-databind</artifactId >
56
70
</dependency >
57
71
58
72
<dependency >
Original file line number Diff line number Diff line change 61
61
<groupId >software.amazon.awssdk</groupId >
62
62
<artifactId >sqs</artifactId >
63
63
</dependency >
64
+ <dependency >
65
+ <groupId >com.fasterxml.jackson.core</groupId >
66
+ <artifactId >jackson-databind</artifactId >
67
+ </dependency >
64
68
65
69
<dependency >
66
70
<groupId >org.aspectj</groupId >
You can’t perform that action at this time.
0 commit comments