Repository: incubator-zeppelin Updated Branches: refs/heads/master b4b5d7c75 -> 3e1e884bb
[ZEPPELIN-73][HOTFIX-1]: Fix various Maven warnings in the poms Updated the `zeppelin-web/pom.xml` file to further remove various warnings as noted [here](https://issues.apache.org/jira/browse/ZEPPELIN-73?focusedCommentId=14537058&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14537058). Author: Brennon York <[email protected]> Closes #69 from brennonyork/ZEPPELIN-73-HOTFIX-1 and squashes the following commits: 47869cc [Brennon York] added repository info into the package.json file 5a4807a [Brennon York] removed unnecessary resolution Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/3e1e884b Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/3e1e884b Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/3e1e884b Branch: refs/heads/master Commit: 3e1e884bb9cdc2b42e2f9194c6b7dade75793e21 Parents: b4b5d7c Author: Brennon York <[email protected]> Authored: Mon May 11 15:24:45 2015 -0700 Committer: Lee moon soo <[email protected]> Committed: Tue May 19 10:47:20 2015 +0900 ---------------------------------------------------------------------- zeppelin-web/bower.json | 3 --- zeppelin-web/package.json | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/3e1e884b/zeppelin-web/bower.json ---------------------------------------------------------------------- diff --git a/zeppelin-web/bower.json b/zeppelin-web/bower.json index 8e0ea6b..3945983 100644 --- a/zeppelin-web/bower.json +++ b/zeppelin-web/bower.json @@ -30,9 +30,6 @@ "angular-scenario": "1.3.8" }, "appPath": "app", - "resolutions": { - "perfect-scrollbar": "~0.5.4" - }, "overrides": { "ace-builds": { "main": ["src-noconflict/ace.js", http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/3e1e884b/zeppelin-web/package.json ---------------------------------------------------------------------- diff --git a/zeppelin-web/package.json b/zeppelin-web/package.json index 78a6b41..670ab7f 100644 --- a/zeppelin-web/package.json +++ b/zeppelin-web/package.json @@ -33,5 +33,9 @@ }, "engines": { "node": ">=0.10.0" + }, + "repository": { + "type": "git", + "url": "[email protected]:apache/incubator-zeppelin.git" } }
