Skip to content

Commit

Permalink
* JENKINS-48957 added jboss-deployment-structure to remove using of …
Browse files Browse the repository at this point in the history
…jackson from wildfly
  • Loading branch information
ManuelB committed Jan 16, 2018
1 parent 066252e commit 6923dbc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions war/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
<deployment>
<exclusions>
<module name="org.jboss.resteasy.resteasy-jackson-provider" />
</exclusions>
</deployment>
</jboss-deployment-structure>

0 comments on commit 6923dbc

Please sign in to comment.