Skip to content

Commit 8eba3ce

Browse files
committed
optional mvn deps
1 parent 1c9fb19 commit 8eba3ce

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

pom.xml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -312,30 +312,34 @@
312312
<artifactId>slf4j-api</artifactId>
313313
</dependency>
314314
<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>
317318
</dependency>
318319
<dependency>
319320
<groupId>com.fasterxml.jackson.core</groupId>
320321
<artifactId>jackson-databind</artifactId>
322+
<scope>provided</scope>
321323
</dependency>
322324
<dependency>
323325
<groupId>com.fasterxml.jackson.core</groupId>
324326
<artifactId>jackson-core</artifactId>
327+
<scope>provided</scope>
325328
</dependency>
326329
<dependency>
327330
<groupId>com.fasterxml.jackson.core</groupId>
328331
<artifactId>jackson-annotations</artifactId>
332+
<scope>provided</scope>
329333
</dependency>
330334
<dependency>
331-
<groupId>com.arangodb</groupId>
332-
<artifactId>jackson-dataformat-velocypack</artifactId>
335+
<groupId>org.apache.httpcomponents</groupId>
336+
<artifactId>httpclient</artifactId>
333337
<optional>true</optional>
334338
</dependency>
335339
<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>
339343
</dependency>
340344
<dependency>
341345
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)