This is an automated email from the ASF dual-hosted git repository. hashutosh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push: new 2c1f2fd HIVE-23267 : Reduce dependency on groovy 2c1f2fd is described below commit 2c1f2fddf4931a71c67ca63ece6ca232c25ea372 Author: Ashutosh Chauhan <hashut...@apache.org> AuthorDate: Tue Apr 21 13:50:57 2020 -0700 HIVE-23267 : Reduce dependency on groovy Signed-off-by: Ashutosh Chauhan <hashut...@apache.org> --- 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 bc8bfba..9beb35d 100644 --- a/hcatalog/hcatalog-pig-adapter/pom.xml +++ b/hcatalog/hcatalog-pig-adapter/pom.xml @@ -68,6 +68,10 @@ <classifier>h2</classifier> <exclusions> <exclusion> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-all</artifactId> + </exclusion> + <exclusion> <groupId>tomcat</groupId> <artifactId>jasper-runtime</artifactId> </exclusion> diff --git a/hcatalog/pom.xml b/hcatalog/pom.xml index ae278bc..4f0fd9f 100644 --- a/hcatalog/pom.xml +++ b/hcatalog/pom.xml @@ -74,6 +74,10 @@ <scope>test</scope> <exclusions> <exclusion> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-all</artifactId> + </exclusion> + <exclusion> <groupId>tomcat</groupId> <artifactId>jasper-compiler</artifactId> </exclusion> diff --git a/upgrade-acid/pre-upgrade/pom.xml b/upgrade-acid/pre-upgrade/pom.xml index 3abe596..b3abde9 100644 --- a/upgrade-acid/pre-upgrade/pom.xml +++ b/upgrade-acid/pre-upgrade/pom.xml @@ -88,6 +88,10 @@ <scope>provided</scope> <exclusions> <exclusion> + <groupId>org.codehaus.groovy</groupId> + <artifactId>groovy-all</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.zookeeper</groupId> <artifactId>zookeeper</artifactId> </exclusion>