Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
AGPUSH-927: enforce Jackson1 as a JSON serialization provider for Res…
Browse files Browse the repository at this point in the history
…tEasy

- makes WildFly 8.1 happy as it uses Jackson 2 provider by default
  https://community.jboss.org/wiki/WildFly810FinalReleaseNotes

- works on WildFly 8.0

- we use different jboss-deployment-structure.xml for AS7/EAP6
  • Loading branch information
Lukas Fryc authored and matzew committed Aug 12, 2014
1 parent 7758691 commit 5550fe0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<deployment>
<dependencies>
<module name="org.apache.httpcomponents"/>
<module name="org.codehaus.jackson.jackson-core-asl"/>
<module name="org.codehaus.jackson.jackson-mapper-asl"/>
<module name="org.jboss.resteasy.resteasy-jackson-provider" services="import" />
</dependencies>
<exclusions>
<module name="org.jboss.resteasy.resteasy-jackson2-provider" />
</exclusions>
</deployment>
</jboss-deployment-structure>

0 comments on commit 5550fe0

Please sign in to comment.