This is an automated email from the ASF dual-hosted git repository. pdallig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 25a36ddfce [ZEPPELIN-5881] Missing dependency when package zeppelin-server module (#4570) 25a36ddfce is described below commit 25a36ddfce4f7d14542adf525728b92215a15bda Author: Phong Nguyen <genycopedi...@gmail.com> AuthorDate: Wed Mar 1 23:40:46 2023 +0700 [ZEPPELIN-5881] Missing dependency when package zeppelin-server module (#4570) --- zeppelin-server/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml index f7d9233059..d68e7b00fc 100644 --- a/zeppelin-server/pom.xml +++ b/zeppelin-server/pom.xml @@ -531,6 +531,7 @@ </activation> <properties> <hadoop.version>${hadoop3.2.version}</hadoop.version> + <hadoop-client-api.artifact>hadoop-client-api</hadoop-client-api.artifact> <hadoop-client-runtime.artifact>hadoop-client-runtime</hadoop-client-runtime.artifact> </properties>