Skip to content

Commit

Permalink
Corrected problem with jackson-module-jaxb-annotations dependency, wh…
Browse files Browse the repository at this point in the history
…ich is incompatible with Jaxb 4.0, and was added by corelib-definitions.
  • Loading branch information
marcin-rp committed Oct 3, 2024
1 parent 3d26b4a commit 9261697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 9261697

Please sign in to comment.