From 397f523e22a4f76b5484bed26ef4e6d40200611e Mon Sep 17 00:00:00 2001 From: Xiaoyu Yao Date: Mon, 19 Nov 2018 16:28:58 -0800 Subject: [PATCH] HADOOP-15939. Filter overlapping objenesis class in hadoop-client-minicluster. Contributed by Xiaoyu Yao. --- 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 ddebfa93a4..c356b1921c 100644 --- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml +++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml @@ -729,6 +729,8 @@ objenesis-license.txt org/hamcrest/**/*.class org/hamcrest/*.class + org/objenesis/**/*.class + org/objenesis/*.class