Exclude Jackson Module in Wildfly
Due to some business need I badly wanted to exclude Jackson module from my application running in Wildfly 10.1 version. The standard way to exclude is to add following in the jboss-deployment-structure.xml file of my application, This will not exclude Jackson as Wildfly has internal module called resteasy-jackson2-provider which has added… Continue Reading Exclude Jackson Module in Wildfly