Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master c4170b543 -> d39b8dba3


Remove unnedeed commons-exec declaration in scope test [ZEPPELIN-904]

### What is this PR for?
zeppelin-server should simply rely on transitive commons-exec from 
zeppelin-interpreter.

### What type of PR is it?
[Improvement]

### Todos

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN/ZEPPELIN-533

### How should this be tested?
Simply build

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? N
* Is there breaking changes for older versions? N
* Does this needs documentation? N

Author: Eric Charles <e...@datalayer.io>

Closes #931 from echarles/commons-exec-compile-scope and squashes the following 
commits:

b791ba7 [Eric Charles] remove unnedeed commons-exec declaration in scope test


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/d39b8dba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/d39b8dba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/d39b8dba

Branch: refs/heads/master
Commit: d39b8dba34c14d1cffc01f7f9d139a77250278d8
Parents: c4170b5
Author: Eric Charles <e...@datalayer.io>
Authored: Mon May 30 17:34:08 2016 +0200
Committer: Lee moon soo <m...@apache.org>
Committed: Fri Jun 3 21:48:09 2016 -0700

----------------------------------------------------------------------
 zeppelin-server/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/d39b8dba/zeppelin-server/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml
index e33df3e..675a2ce 100644
--- a/zeppelin-server/pom.xml
+++ b/zeppelin-server/pom.xml
@@ -247,12 +247,6 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-exec</artifactId>
-      <version>1.3</version>
-      <scope>test</scope>
-    </dependency>
 
 
     <dependency> <!-- because there are two of them above  -->

Reply via email to