Skip to content

Commit

Permalink
XCOMMONS-3168: Upgrade to Jackson 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmortagne committed Oct 4, 2024
1 parent 7ab8d88 commit 9be6864
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,13 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${jackson.version}</version>
<exclusions>
<!-- We use jakarta.xml.bind:jakarta.xml.bind-api -->
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
Expand Down

0 comments on commit 9be6864

Please sign in to comment.