We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48c414 commit f8a5e3dCopy full SHA for f8a5e3d
spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
@@ -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