Skip to content
Snippets Groups Projects
Commit 945c1476 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

fixes strict deps convergence.

parent f63bc5bb
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,12 @@
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
<version>2.13.0</version>
<exclusions>
<exclusion>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment