File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 230
230
<artifactId >jackson-datatype-jsr310</artifactId >
231
231
<version >${jackson.version} </version >
232
232
</dependency >
233
+ <dependency >
234
+ <groupId >com.fasterxml.jackson.core</groupId >
235
+ <artifactId >jackson-annotations</artifactId >
236
+ <version >${jackson.version} </version >
237
+ </dependency >
233
238
<dependency >
234
239
<groupId >org.apache.logging.log4j</groupId >
235
240
<artifactId >log4j-core</artifactId >
Original file line number Diff line number Diff line change 66
66
<groupId >com.amazonaws</groupId >
67
67
<artifactId >aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId >
68
68
</dependency >
69
+ <dependency >
70
+ <groupId >com.fasterxml.jackson.core</groupId >
71
+ <artifactId >jackson-databind</artifactId >
72
+ </dependency >
73
+ <dependency >
74
+ <groupId >com.fasterxml.jackson.core</groupId >
75
+ <artifactId >jackson-annotations</artifactId >
76
+ </dependency >
69
77
70
78
<!-- Test dependencies -->
71
79
<dependency >
You can’t perform that action at this time.
0 commit comments