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 180
180
<groupId >jakarta.ws.rs</groupId >
181
181
<artifactId >jakarta.ws.rs-api</artifactId >
182
182
</dependency >
183
+ <dependency >
184
+ <groupId >com.fasterxml.jackson.core</groupId >
185
+ <artifactId >jackson-databind</artifactId >
186
+ </dependency >
183
187
184
188
<!-- test dependencies -->
185
189
<dependency >
Original file line number Diff line number Diff line change 53
53
<junit .version>4.13</junit .version>
54
54
<bucket4j .version>7.6.0</bucket4j .version>
55
55
<bouncycastle .version>1.80</bouncycastle .version>
56
+ <jackson .version>2.18.2</jackson .version>
56
57
<gson .version>2.12.1</gson .version>
57
58
<jsr305 .version>3.0.2</jsr305 .version>
58
59
<okhttp3 .version>4.12.0</okhttp3 .version>
263
264
<dependency >
264
265
<groupId >com.fasterxml.jackson.core</groupId >
265
266
<artifactId >jackson-annotations</artifactId >
266
- <version >2.18.2 </version >
267
+ <version >${jackson.version} </version >
267
268
<optional >true</optional >
268
269
</dependency >
270
+ <dependency >
271
+ <groupId >com.fasterxml.jackson.core</groupId >
272
+ <artifactId >jackson-databind</artifactId >
273
+ <version >${jackson.version} </version >
274
+ </dependency >
269
275
270
276
<!-- tests -->
271
277
<dependency >
You can’t perform that action at this time.
0 commit comments