File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 180180 <groupId >jakarta.ws.rs</groupId >
181181 <artifactId >jakarta.ws.rs-api</artifactId >
182182 </dependency >
183+ <dependency >
184+ <groupId >com.fasterxml.jackson.core</groupId >
185+ <artifactId >jackson-databind</artifactId >
186+ </dependency >
183187
184188 <!-- test dependencies -->
185189 <dependency >
Original file line number Diff line number Diff line change 5353 <junit .version>4.13</junit .version>
5454 <bucket4j .version>7.6.0</bucket4j .version>
5555 <bouncycastle .version>1.80</bouncycastle .version>
56+ <jackson .version>2.18.2</jackson .version>
5657 <gson .version>2.12.1</gson .version>
5758 <jsr305 .version>3.0.2</jsr305 .version>
5859 <okhttp3 .version>4.12.0</okhttp3 .version>
263264 <dependency >
264265 <groupId >com.fasterxml.jackson.core</groupId >
265266 <artifactId >jackson-annotations</artifactId >
266- <version >2.18.2 </version >
267+ <version >${jackson.version} </version >
267268 <optional >true</optional >
268269 </dependency >
270+ <dependency >
271+ <groupId >com.fasterxml.jackson.core</groupId >
272+ <artifactId >jackson-databind</artifactId >
273+ <version >${jackson.version} </version >
274+ </dependency >
269275
270276 <!-- tests -->
271277 <dependency >
You can’t perform that action at this time.
0 commit comments