Skip to content

Commit

Permalink
Merge pull request #1052 from swagger-api/resteasy-deserialization-is…
Browse files Browse the repository at this point in the history
…sue-fix

changed jackson provider dependency to work with fastxml
  • Loading branch information
HugoMario authored Jul 26, 2022
2 parents 2cd0f00 + 709851b commit 695f1cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
{{/supportJava6}}
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
<artifactId>resteasy-jackson2-provider</artifactId>
<version>3.1.3.Final</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 695f1cb

Please sign in to comment.