HADOOP-15939. Filter overlapping objenesis class in hadoop-client-minicluster. 
Contributed by Xiaoyu Yao.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/397f523e
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/397f523e
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/397f523e

Branch: refs/heads/HDFS-13891
Commit: 397f523e22a4f76b5484bed26ef4e6d40200611e
Parents: b5d7b29
Author: Xiaoyu Yao <[email protected]>
Authored: Mon Nov 19 16:28:58 2018 -0800
Committer: Xiaoyu Yao <[email protected]>
Committed: Mon Nov 19 16:28:58 2018 -0800

----------------------------------------------------------------------
 hadoop-client-modules/hadoop-client-minicluster/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/397f523e/hadoop-client-modules/hadoop-client-minicluster/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml 
b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
index ddebfa9..c356b19 100644
--- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml
+++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
@@ -729,6 +729,8 @@
                         <exclude>objenesis-license.txt</exclude>
                         <exclude>org/hamcrest/**/*.class</exclude>
                         <exclude>org/hamcrest/*.class</exclude>
+                        <exclude>org/objenesis/**/*.class</exclude>
+                        <exclude>org/objenesis/*.class</exclude>
                       </excludes>
                     </filter>
                     <!-- skip grizzly internals we don't need to run. -->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to