Skip to content

Commit

Permalink
Merge pull request #3381 from liweinan/RESTEASY-3273
Browse files Browse the repository at this point in the history
RESTEASY-3273 / jackson-databind dependencies conflict
  • Loading branch information
jamezp committed Jan 9, 2023
2 parents 06d77cd + a188813 commit 28f8d23
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resteasy-dependencies-bom/pom.xml
Expand Up @@ -691,11 +691,23 @@
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
<version>${version.com.fasterxml.jackson}</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${version.com.fasterxml.jackson}</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
Expand Down

0 comments on commit 28f8d23

Please sign in to comment.