diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 0c66e9d4359..f4e36c4e312 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -1287,6 +1287,9 @@ Release 0.23.6 - UNRELEASED
HADOOP-9217. Print thread dumps when hadoop-common tests fail.
(Andrey Klochkov via suresh)
+ HADOOP-9242. Duplicate surefire plugin config in hadoop-common.
+ (Andrey Klochkov via suresh)
+
OPTIMIZATIONS
BUG FIXES
diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml
index 06420f2e6f7..10898fde73c 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -297,6 +297,12 @@
${startKdc}
${kdc.resource.dir}
+
+
+ listener
+ org.apache.hadoop.test.TimedOutTestsListener
+
+
@@ -481,18 +487,6 @@
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
-
- listener
- org.apache.hadoop.test.TimedOutTestsListener
-
-
-
-