diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 88ba5350244..21e5fbf70b4 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -696,6 +696,9 @@ Release 2.8.0 - UNRELEASED
HADOOP-12519. hadoop-azure tests should avoid creating a metrics
configuration file in the module root directory. (cnauroth)
+ HADOOP-9242. Duplicate surefire plugin config in hadoop-common.
+ (Andrey Klochkov via suresh)
+
OPTIMIZATIONS
HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString()
diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml
index 22d66cfa280..ccbe0d647e6 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -403,6 +403,12 @@
${kdc.resource.dir}
${runningWithNative}
+
+
+ listener
+ org.apache.hadoop.test.TimedOutTestsListener
+
+
@@ -492,18 +498,6 @@
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
-
- listener
- org.apache.hadoop.test.TimedOutTestsListener
-
-
-
-