You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2020/01/03 06:18:53 UTC

[zeppelin] branch master updated: [HOTFIX] Remove py4j from zeppelin-jupyter-interpreter to fix CI

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

zjffdu 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 a4eb7d5  [HOTFIX] Remove py4j from zeppelin-jupyter-interpreter to fix CI
a4eb7d5 is described below

commit a4eb7d5c8f463159805ced7046934427db541774
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Fri Jan 3 11:29:36 2020 +0800

    [HOTFIX] Remove py4j from zeppelin-jupyter-interpreter to fix CI
    
    (cherry picked from commit 513b26073ccda222f9783012148ff1b34453b5c2)
---
 zeppelin-jupyter-interpreter/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/zeppelin-jupyter-interpreter/pom.xml b/zeppelin-jupyter-interpreter/pom.xml
index e179490..562102e 100644
--- a/zeppelin-jupyter-interpreter/pom.xml
+++ b/zeppelin-jupyter-interpreter/pom.xml
@@ -48,12 +48,6 @@
     </dependency>
 
     <dependency>
-      <groupId>net.sf.py4j</groupId>
-      <artifactId>py4j</artifactId>
-      <version>${python.py4j.version}</version>
-    </dependency>
-
-    <dependency>
       <groupId>io.grpc</groupId>
       <artifactId>grpc-netty</artifactId>
       <version>${grpc.version}</version>