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 020856e [hotfix] rename zeppelin-interpreter-api to zeppelin-interpreter-shaded in rlang module 020856e is described below commit 020856edadc6fb1d70746b49dcca90fa5c93a588 Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Tue Feb 18 10:45:14 2020 +0800 [hotfix] rename zeppelin-interpreter-api to zeppelin-interpreter-shaded in rlang module --- rlang/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlang/pom.xml b/rlang/pom.xml index ff6b16b..66abdf1 100644 --- a/rlang/pom.xml +++ b/rlang/pom.xml @@ -198,7 +198,7 @@ </transformers> <artifactSet> <excludes> - <exclude>org.apache.zeppelin:zeppelin-interpreter-api</exclude> + <exclude>org.apache.zeppelin:zeppelin-interpreter-shaded</exclude> </excludes> </artifactSet> <outputFile>${project.build.directory}/../../interpreter/r/${interpreter.jar.name}-${project.version}.jar</outputFile>