|
312 | 312 | <artifactId>slf4j-api</artifactId>
|
313 | 313 | </dependency>
|
314 | 314 | <dependency>
|
315 |
| - <groupId>org.apache.httpcomponents</groupId> |
316 |
| - <artifactId>httpclient</artifactId> |
| 315 | + <groupId>jakarta.json.bind</groupId> |
| 316 | + <artifactId>jakarta.json.bind-api</artifactId> |
| 317 | + <version>2.0.0</version> |
317 | 318 | </dependency>
|
318 | 319 | <dependency>
|
319 | 320 | <groupId>com.fasterxml.jackson.core</groupId>
|
320 | 321 | <artifactId>jackson-databind</artifactId>
|
| 322 | + <scope>provided</scope> |
321 | 323 | </dependency>
|
322 | 324 | <dependency>
|
323 | 325 | <groupId>com.fasterxml.jackson.core</groupId>
|
324 | 326 | <artifactId>jackson-core</artifactId>
|
| 327 | + <scope>provided</scope> |
325 | 328 | </dependency>
|
326 | 329 | <dependency>
|
327 | 330 | <groupId>com.fasterxml.jackson.core</groupId>
|
328 | 331 | <artifactId>jackson-annotations</artifactId>
|
| 332 | + <scope>provided</scope> |
329 | 333 | </dependency>
|
330 | 334 | <dependency>
|
331 |
| - <groupId>com.arangodb</groupId> |
332 |
| - <artifactId>jackson-dataformat-velocypack</artifactId> |
| 335 | + <groupId>org.apache.httpcomponents</groupId> |
| 336 | + <artifactId>httpclient</artifactId> |
333 | 337 | <optional>true</optional>
|
334 | 338 | </dependency>
|
335 | 339 | <dependency>
|
336 |
| - <groupId>jakarta.json.bind</groupId> |
337 |
| - <artifactId>jakarta.json.bind-api</artifactId> |
338 |
| - <version>2.0.0</version> |
| 340 | + <groupId>com.arangodb</groupId> |
| 341 | + <artifactId>jackson-dataformat-velocypack</artifactId> |
| 342 | + <optional>true</optional> |
339 | 343 | </dependency>
|
340 | 344 | <dependency>
|
341 | 345 | <groupId>ch.qos.logback</groupId>
|
|
0 commit comments