This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.2.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2.3 by this push:
     new 3c79d65  HADOOP-15939. Filter overlapping objenesis class in 
hadoop-client-minicluster. Contributed by Xiaoyu Yao.
3c79d65 is described below

commit 3c79d652728cd87a59fb5f7332dd43516d357589
Author: Xiaoyu Yao <[email protected]>
AuthorDate: Mon Nov 19 16:28:58 2018 -0800

    HADOOP-15939. Filter overlapping objenesis class in 
hadoop-client-minicluster. Contributed by Xiaoyu Yao.
    
    (cherry picked from commit 397f523e22a4f76b5484bed26ef4e6d40200611e)
    (cherry picked from commit 3ea74033bf712ad63c4e43ffda50fe13c8522a20)
---
 hadoop-client-modules/hadoop-client-minicluster/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml 
b/hadoop-client-modules/hadoop-client-minicluster/pom.xml
index 4a6ce42..4dd6354 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