Skip to content

Commit f8a5e3d

Browse files
committed
Configure Wildfly sample to exclude Wildfly's version of Jackson
Closes gh-9391
1 parent d48c414 commit f8a5e3d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.1">
3+
<deployment>
4+
<exclusions>
5+
<module name="com.fasterxml.jackson.core.jackson-annotations" />
6+
<module name="com.fasterxml.jackson.core.jackson-core" />
7+
<module name="com.fasterxml.jackson.core.jackson-databind" />
8+
<module name="com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider" />
9+
<module name="org.jboss.resteasy.resteasy-jackson2-provider" />
10+
</exclusions>
11+
</deployment>
12+
</jboss-deployment-structure>

0 commit comments

Comments
 (0)