From 2773d7af4846d23206732290a869017a7b057a18 Mon Sep 17 00:00:00 2001 From: Ashutosh Chauhan Date: Tue, 21 Apr 2020 13:50:57 -0700 Subject: [PATCH] HIVE-23267 : Reduce dependency on groovy --- hcatalog/hcatalog-pig-adapter/pom.xml | 4 ++++ hcatalog/pom.xml | 4 ++++ upgrade-acid/pre-upgrade/pom.xml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/hcatalog/hcatalog-pig-adapter/pom.xml b/hcatalog/hcatalog-pig-adapter/pom.xml index bc8bfba646..9beb35d171 100644 --- a/hcatalog/hcatalog-pig-adapter/pom.xml +++ b/hcatalog/hcatalog-pig-adapter/pom.xml @@ -67,6 +67,10 @@ ${pig.version} h2 + + org.codehaus.groovy + groovy-all + tomcat jasper-runtime diff --git a/hcatalog/pom.xml b/hcatalog/pom.xml index ae278bc7d1..4f0fd9f85b 100644 --- a/hcatalog/pom.xml +++ b/hcatalog/pom.xml @@ -73,6 +73,10 @@ h2 test + + org.codehaus.groovy + groovy-all + tomcat jasper-compiler diff --git a/upgrade-acid/pre-upgrade/pom.xml b/upgrade-acid/pre-upgrade/pom.xml index 3abe59675d..b3abde9f21 100644 --- a/upgrade-acid/pre-upgrade/pom.xml +++ b/upgrade-acid/pre-upgrade/pom.xml @@ -87,6 +87,10 @@ ${hdp.hive.version} provided + + org.codehaus.groovy + groovy-all + org.apache.zookeeper zookeeper -- 2.17.2 (Apple Git-113)