GitHub user zjffdu opened a pull request:
https://github.com/apache/zeppelin/pull/2990
[HOTFIX] Don't copy dependencies to target/lib folder
### What is this PR for?
It is not necessary to copy dependencies jars to target/lib folder
### What type of PR is it?
[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]
### Todos
* [ ] - Task
### What is the Jira issue?
* No jira created
### How should this be tested?
* CI pass
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zjffdu/zeppelin HOTFIX_pom
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2990.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2990
----
commit 224a3d77d921ba956812d49c1df42788559a0450
Author: Jeff Zhang <zjffdu@...>
Date: 2018-05-29T06:02:11Z
[HOTFIX] Don't copy dependencies to target/lib folder
----
---