diff --git a/plugins/hypervisors/ovm3/pom.xml b/plugins/hypervisors/ovm3/pom.xml
index a8c4796f3e1..82b6e467842 100644
--- a/plugins/hypervisors/ovm3/pom.xml
+++ b/plugins/hypervisors/ovm3/pom.xml
@@ -28,29 +28,29 @@
- xml-apis
- xml-apis
- 1.4.01
+ xml-apis
+ xml-apis
+ ${cs.xml-apis.version}
org.apache.xmlrpc
xmlrpc-client
- 3.1.3
+ ${cs.xmlrpc.version}
org.apache.xmlrpc
xmlrpc-common
- 3.1.3
+ ${cs.xmlrpc.version}
org.apache.commons
commons-lang3
- 3.4
+ ${cs.lang3.version}
log4j
log4j
- 1.2.17
+ ${cs.log4j.version}
diff --git a/pom.xml b/pom.xml
index 8ac4268e349..900f2e4a696 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,7 @@
1.5.3
1.9.8
2.6
+ 3.4
2.4
1.4.0
0.9.9
@@ -101,6 +102,7 @@
3.0.1
2.10.1
2.6.1
+ 1.4.01