You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ay...@apache.org on 2022/11/03 10:24:30 UTC

[hive] branch master updated: HIVE-26684: Upgrade maven-shade-plugin from 3.4.1 for bug fixes. (#3717). (Chris Nauroth, reviewed by Ayush Saxena and Naveen Gangam)

This is an automated email from the ASF dual-hosted git repository.

ayushsaxena 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 332bd772eec HIVE-26684: Upgrade maven-shade-plugin from 3.4.1 for bug fixes. (#3717). (Chris Nauroth, reviewed by Ayush Saxena and Naveen Gangam)
332bd772eec is described below

commit 332bd772eec8e86fa2f896a33a3e330cfae31c48
Author: Chris Nauroth <cn...@apache.org>
AuthorDate: Thu Nov 3 03:24:17 2022 -0700

    HIVE-26684: Upgrade maven-shade-plugin from 3.4.1 for bug fixes. (#3717). (Chris Nauroth, reviewed by Ayush Saxena and Naveen Gangam)
---
 .gitignore | 1 +
 pom.xml    | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index e6b54e9161c..d019245b40f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ standalone-metastore/metastore-common/src/gen/version
 kafka-handler/src/test/gen
 **/.vscode/
 /.recommenders/
+dependency-reduced-pom.xml
diff --git a/pom.xml b/pom.xml
index 18221fc86b7..c4a023e9bf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,6 +95,7 @@
     <maven.checkstyle.plugin.version>2.17</maven.checkstyle.plugin.version>
     <maven.build-helper.plugin.version>1.12</maven.build-helper.plugin.version>
     <maven.eclipse.plugin.version>2.10</maven.eclipse.plugin.version>
+    <maven.shade.plugin.version>3.4.1</maven.shade.plugin.version>
     <maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version>
     <!-- Library Dependency Versions -->
     <accumulo.version>1.10.1</accumulo.version>
@@ -1423,6 +1424,11 @@
           <artifactId>maven-bundle-plugin</artifactId>
           <version>${felix.version}</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>${maven.shade.plugin.version}</version>
+        </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>