You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pd...@apache.org on 2020/09/17 07:27:21 UTC

[zeppelin] branch branch-0.9 updated: [ZEPPELIN-5048] Remove duplicate declaration of libraries

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

pdallig pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new d99e2c8  [ZEPPELIN-5048] Remove duplicate declaration of libraries
d99e2c8 is described below

commit d99e2c8cc214f00f89716183e211c9092468fd3f
Author: Philipp Dallig <ph...@gmail.com>
AuthorDate: Wed Sep 16 09:00:23 2020 +0200

    [ZEPPELIN-5048] Remove duplicate declaration of libraries
    
    ### What is this PR for?
    Remove duplicate declaration of libraries.
    
    ### What type of PR is it?
    * Refactoring
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-5048
    
    ### How should this be tested?
    * Travic-CI: https://travis-ci.org/github/Reamer/zeppelin/builds/727612198
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Philipp Dallig <ph...@gmail.com>
    
    Closes #3913 from Reamer/duplicate_declaration and squashes the following commits:
    
    1b1be0877 [Philipp Dallig] Remove duplicate declaration of libraries
    
    (cherry picked from commit 3bb1698a2af26cfac1e41a966ab21e81346fc288)
    Signed-off-by: Philipp Dallig <ph...@gmail.com>
---
 zeppelin-client/pom.xml                  | 6 ------
 zeppelin-interpreter-integration/pom.xml | 7 -------
 2 files changed, 13 deletions(-)

diff --git a/zeppelin-client/pom.xml b/zeppelin-client/pom.xml
index 9f264bc..127309e 100644
--- a/zeppelin-client/pom.xml
+++ b/zeppelin-client/pom.xml
@@ -67,12 +67,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.eclipse.jetty.websocket</groupId>
-      <artifactId>websocket-client</artifactId>
-      <version>${jetty.version}</version>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-text</artifactId>
       <version>${commons-text.version}</version>
diff --git a/zeppelin-interpreter-integration/pom.xml b/zeppelin-interpreter-integration/pom.xml
index 5958858..6bb3c7e 100644
--- a/zeppelin-interpreter-integration/pom.xml
+++ b/zeppelin-interpreter-integration/pom.xml
@@ -169,13 +169,6 @@
       <scope>test</scope>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-yarn-server-tests</artifactId>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-
   </dependencies>
 
   <build>