Skip to content

Commit

Permalink
Merge pull request #3235 from ManuelB/bug/JENKINS-48957-blue-ocean-wi…
Browse files Browse the repository at this point in the history
…ldfly-old-jackson

[JENKINS-48957] Prevent wildfly to deliver old jackson for blue ocean and other plugins
  • Loading branch information
oleg-nenashev committed Jan 21, 2018
2 parents 708c9db + d9d3efb commit 832f17f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions war/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
<deployment>
<exclusions>
<module name="com.fasterxml.jackson.core.jackson-core" />
<module name="com.fasterxml.jackson.core.jackson-annotations" />
<module name="com.fasterxml.jackson.core.jackson-databind" />
<module name="org.jboss.resteasy.resteasy-jackson-provider" />
</exclusions>
<exclude-subsystems>
<subsystem name="jaxrs" />
</exclude-subsystems>
</deployment>
</jboss-deployment-structure>

0 comments on commit 832f17f

Please sign in to comment.