1
0

[HUDI-1735] Add hive-exec dependency for hudi-examples (#2737)

This commit is contained in:
vinoyang
2021-03-30 21:35:16 +08:00
committed by GitHub
parent 050626ad6c
commit 3cab928b50

View File

@@ -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>