diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 0bb3acc923..b6ef746bc3 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -78,6 +78,11 @@
mockito-core
test
+
+ org.codehaus.plexus
+ plexus-xml
+ test
+
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 811d0b680d..634e2567e2 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -71,10 +71,6 @@
org.codehaus.plexus
plexus-java
-
- org.codehaus.plexus
- plexus-xml
-
org.fusesource.jansi
jansi
@@ -116,6 +112,11 @@
runtime
test
+
+ org.codehaus.plexus
+ plexus-xml
+ test
+
diff --git a/pom.xml b/pom.xml
index 1bfd97fdad..3729463557 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,6 +312,11 @@
pom
import
+
+ org.codehaus.plexus
+ plexus-xml
+ 3.0.0
+