This is an automated email from the ASF dual-hosted git repository.
vinoth 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 d21753d [HUDI-1802] Timeline Server Bundle need to include
com.esotericsoftware package (#2835)
d21753d is described below
commit d21753d903a78f2f728c9e77b5fed2e3a06f6c1c
Author: Thinking Chen <[email protected]>
AuthorDate: Tue Apr 20 00:27:58 2021 +0800
[HUDI-1802] Timeline Server Bundle need to include com.esotericsoftware
package (#2835)
---
packaging/hudi-timeline-server-bundle/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/packaging/hudi-timeline-server-bundle/pom.xml
b/packaging/hudi-timeline-server-bundle/pom.xml
index 53173b9..fe500a1 100644
--- a/packaging/hudi-timeline-server-bundle/pom.xml
+++ b/packaging/hudi-timeline-server-bundle/pom.xml
@@ -203,6 +203,8 @@
<include>org.apache.hbase:hbase-client</include>
<include>org.apache.hbase:hbase-protocol</include>
<include>org.apache.hbase:hbase-server</include>
+ <include>com.esotericsoftware:kryo-shaded</include>
+ <include>com.esotericsoftware:minlog</include>
<include>log4j:log4j</include>
</includes>
</artifactSet>