From f0d877e3a2efd1423170a29f31d94a307e47ce2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Brigand=C3=AC?= Date: Tue, 8 Mar 2016 15:37:19 +0100 Subject: [PATCH] Exclude provided jackson libraries on wildfly 9 The jackson implementation provided by wildfly 9 is the version 2.5.1. As this version of the library is afflicted by this bug https://github.com/FasterXML/jackson-databind/issues/735 and is loaded by default we need to exclude it. --- src/main/webapp/WEB-INF/jboss-deployment-structure.xml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/main/webapp/WEB-INF/jboss-deployment-structure.xml diff --git a/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/src/main/webapp/WEB-INF/jboss-deployment-structure.xml new file mode 100644 index 0000000000..191d47f0e1 --- /dev/null +++ b/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file