Skip to content

Commit e75c767

Browse files
committed
Revert "optional mvn deps"
This reverts commit 8eba3ce
1 parent af8c56a commit e75c767

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

pom.xml

+7-11
Original file line numberDiff line numberDiff line change
@@ -312,35 +312,31 @@
312312
<artifactId>slf4j-api</artifactId>
313313
</dependency>
314314
<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>
318317
</dependency>
319318
<dependency>
320319
<groupId>com.fasterxml.jackson.core</groupId>
321320
<artifactId>jackson-databind</artifactId>
322-
<scope>provided</scope>
323321
</dependency>
324322
<dependency>
325323
<groupId>com.fasterxml.jackson.core</groupId>
326324
<artifactId>jackson-core</artifactId>
327-
<scope>provided</scope>
328325
</dependency>
329326
<dependency>
330327
<groupId>com.fasterxml.jackson.core</groupId>
331328
<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>
338329
</dependency>
339330
<dependency>
340331
<groupId>com.arangodb</groupId>
341332
<artifactId>jackson-dataformat-velocypack</artifactId>
342333
<optional>true</optional>
343334
</dependency>
335+
<dependency>
336+
<groupId>jakarta.json.bind</groupId>
337+
<artifactId>jakarta.json.bind-api</artifactId>
338+
<version>2.0.0</version>
339+
</dependency>
344340
<dependency>
345341
<groupId>com.google.code.findbugs</groupId>
346342
<artifactId>jsr305</artifactId>

0 commit comments

Comments
 (0)