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

Commit 5550fe0

Browse files
Lukas Frycmatzew
authored andcommitted
AGPUSH-927: enforce Jackson1 as a JSON serialization provider for RestEasy
- 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
1 parent 7758691 commit 5550fe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

servers/ups-wildfly/src/main/webapp/WEB-INF/jboss-deployment-structure.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<deployment>
33
<dependencies>
44
<module name="org.apache.httpcomponents"/>
5-
<module name="org.codehaus.jackson.jackson-core-asl"/>
6-
<module name="org.codehaus.jackson.jackson-mapper-asl"/>
5+
<module name="org.jboss.resteasy.resteasy-jackson-provider" services="import" />
76
</dependencies>
87
<exclusions>
8+
<module name="org.jboss.resteasy.resteasy-jackson2-provider" />
99
</exclusions>
1010
</deployment>
1111
</jboss-deployment-structure>

0 commit comments

Comments
 (0)