File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 312
312
<artifactId >slf4j-api</artifactId >
313
313
</dependency >
314
314
<dependency >
315
- <groupId >jakarta.json.bind</groupId >
316
- <artifactId >jakarta.json.bind-api</artifactId >
317
- <version >2.0.0</version >
315
+ <groupId >org.apache.httpcomponents</groupId >
316
+ <artifactId >httpclient</artifactId >
318
317
</dependency >
319
318
<dependency >
320
319
<groupId >com.fasterxml.jackson.core</groupId >
321
320
<artifactId >jackson-databind</artifactId >
322
- <scope >provided</scope >
323
321
</dependency >
324
322
<dependency >
325
323
<groupId >com.fasterxml.jackson.core</groupId >
326
324
<artifactId >jackson-core</artifactId >
327
- <scope >provided</scope >
328
325
</dependency >
329
326
<dependency >
330
327
<groupId >com.fasterxml.jackson.core</groupId >
331
328
<artifactId >jackson-annotations</artifactId >
332
- <scope >provided</scope >
333
- </dependency >
334
- <dependency >
335
- <groupId >org.apache.httpcomponents</groupId >
336
- <artifactId >httpclient</artifactId >
337
- <optional >true</optional >
338
329
</dependency >
339
330
<dependency >
340
331
<groupId >com.arangodb</groupId >
341
332
<artifactId >jackson-dataformat-velocypack</artifactId >
342
333
<optional >true</optional >
343
334
</dependency >
335
+ <dependency >
336
+ <groupId >jakarta.json.bind</groupId >
337
+ <artifactId >jakarta.json.bind-api</artifactId >
338
+ <version >2.0.0</version >
339
+ </dependency >
344
340
<dependency >
345
341
<groupId >com.google.code.findbugs</groupId >
346
342
<artifactId >jsr305</artifactId >
You can’t perform that action at this time.
0 commit comments