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