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 225225 <artifactId >jackson-core</artifactId >
226226 <version >${jackson.version} </version >
227227 </dependency >
228+ <dependency >
229+ <groupId >com.fasterxml.jackson.core</groupId >
230+ <artifactId >jackson-annotations</artifactId >
231+ <version >${jackson.version} </version >
232+ </dependency >
228233 <dependency >
229234 <groupId >com.fasterxml.jackson.datatype</groupId >
230235 <artifactId >jackson-datatype-jsr310</artifactId >
Original file line number Diff line number Diff line change 6666 <groupId >com.amazonaws</groupId >
6767 <artifactId >aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId >
6868 </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 >
6977
7078 <!-- Test dependencies -->
7179 <dependency >
You can’t perform that action at this time.
0 commit comments