From 81c0abee66295f5a2b776d5319f48a60cd5eff24 Mon Sep 17 00:00:00 2001 From: Josh Elser Date: Mon, 19 Mar 2018 11:24:11 -0400 Subject: [PATCH 1/2] HBASE-20222 Shade commons-collections into shaded-miscellaneous --- hbase-shaded-miscellaneous/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hbase-shaded-miscellaneous/pom.xml b/hbase-shaded-miscellaneous/pom.xml index 11b88d4..c6a448e 100644 --- a/hbase-shaded-miscellaneous/pom.xml +++ b/hbase-shaded-miscellaneous/pom.xml @@ -77,8 +77,8 @@ - org.apache.commons.cli - ${rename.offset}.org.apache.commons.cli + org.apache.commons + ${rename.offset}.org.apache.commons @@ -157,5 +157,10 @@ commons-cli 1.4 + + org.apache.commons + commons-collections4 + 4.1 + -- 2.16.2