From 6862d39b755bcd78d362fee091d093dcd27280d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20S=C3=B8rensen?= Date: Mon, 26 Nov 2018 18:57:46 -0800 Subject: [PATCH] METAMODEL-1205: Fixed issue with overlapping woodstox JAR files --- pom.xml | 3 +++ sugarcrm/pom.xml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 7c047336d..543809459 100644 --- a/pom.xml +++ b/pom.xml @@ -317,6 +317,9 @@ under the License. stax:stax-api:* javax.xml.stream:stax-api + + + org.codehaus.woodstox:woodstox-core-asl:* com.github.stephenc.findbugs:findbugs-annotations:* diff --git a/sugarcrm/pom.xml b/sugarcrm/pom.xml index 4a17f450a..b35a57ef1 100644 --- a/sugarcrm/pom.xml +++ b/sugarcrm/pom.xml @@ -171,6 +171,10 @@ under the License. javax.xml.stream stax-api + + org.codehaus.woodstox + woodstox-core-asl +