From 7623c4527a5eda06f82dc55f8eda28b79393aa24 Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Mon, 21 Oct 2013 09:44:44 +0100 Subject: [PATCH] Fix wome warning due to conflicting xml libraries --- server/pom.xml | 12 ++++++++++++ utils/pom.xml | 20 ++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/server/pom.xml b/server/pom.xml index 6446b7eca28..4065154f0d8 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -81,6 +81,12 @@ org.apache.cloudstack cloud-utils ${project.version} + + + xml-apis + xml-apis + + org.apache.cloudstack @@ -92,6 +98,12 @@ org.reflections reflections + + + xml-apis + xml-apis + + org.apache.cloudstack diff --git a/utils/pom.xml b/utils/pom.xml index ec668390374..93fa7967771 100755 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -107,10 +107,30 @@ org.reflections reflections + + + xml-apis + xml-apis + + org.owasp.esapi esapi + + + xml-apis + xml-apis + + + xml-apis + xml-apis-ext + + + xerces + xmlParserAPIs + + commons-net