This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 3ea7403 HADOOP-15939. Filter overlapping objenesis class in
hadoop-client-minicluster. Contributed by Xiaoyu Yao.
3ea7403 is described below
commit 3ea74033bf712ad63c4e43ffda50fe13c8522a20
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)
---
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 3081321..e8dee96 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]