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

leesf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cab928  [HUDI-1735] Add hive-exec  dependency for hudi-examples 
(#2737)
3cab928 is described below

commit 3cab928b508be6729c9c8abe30b4beb5ddd12b04
Author: vinoyang <[email protected]>
AuthorDate: Tue Mar 30 21:35:16 2021 +0800

    [HUDI-1735] Add hive-exec  dependency for hudi-examples (#2737)
---
 hudi-examples/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/hudi-examples/pom.xml b/hudi-examples/pom.xml
index cfb21e2..09f2586 100644
--- a/hudi-examples/pom.xml
+++ b/hudi-examples/pom.xml
@@ -206,6 +206,23 @@
       <groupId>${hive.groupid}</groupId>
       <artifactId>hive-common</artifactId>
     </dependency>
+    <dependency>
+      <groupId>${hive.groupid}</groupId>
+      <artifactId>hive-exec</artifactId>
+      <version>${hive.version}</version>
+      <scope>provided</scope>
+      <classifier>${hive.exec.classifier}</classifier>
+      <exclusions>
+        <exclusion>
+          <groupId>javax.mail</groupId>
+          <artifactId>mail</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.eclipse.jetty.aggregate</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
 
   </dependencies>
 </project>

Reply via email to