Repository: zeppelin Updated Branches: refs/heads/branch-0.6 c327a7ca8 -> d98f14354
[HOTFIX] Bring zeppelin-display back to dependency of spark interpreter module ### What is this PR for? problem reported http://apache-zeppelin-dev-mailing-list.75694.x6.nabble.com/Angular-Display-System-tp13740.html ### What type of PR is it? Hot Fix ### Todos * [x] - Bring zeppelin-display back to dependency of spark interpreter module ### What is the Jira issue? ### How should this be tested? Try import in the spark interpreter ``` import org.apache.zeppelin.display.angular.notebookscope._ import AngularElem._ ``` ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo <[email protected]> Closes #1317 from Leemoonsoo/display_system and squashes the following commits: a42d464 [Lee moon soo] trigger the ci c275d1c [Lee moon soo] Add display-system back to the spark interpreter's dependency (cherry picked from commit 0c5a03e6be20a13eee60e84b75cdf2a9dd64d3f4) Signed-off-by: Lee moon soo <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/d98f1435 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/d98f1435 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/d98f1435 Branch: refs/heads/branch-0.6 Commit: d98f1435477a15bb89956ac87b22b65c1a22c02e Parents: c327a7c Author: Lee moon soo <[email protected]> Authored: Wed Aug 10 20:40:07 2016 -0700 Committer: Lee moon soo <[email protected]> Committed: Thu Aug 11 00:35:15 2016 -0700 ---------------------------------------------------------------------- spark/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d98f1435/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index bbc0ec7..637f608 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -51,11 +51,11 @@ <artifactId>slf4j-log4j12</artifactId> </dependency> - <!-- dependency> + <dependency> <groupId>${project.groupId}</groupId> <artifactId>zeppelin-display_${scala.binary.version}</artifactId> <version>${project.version}</version> - </dependency --> + </dependency> <dependency> <groupId>${project.groupId}</groupId> @@ -492,5 +492,4 @@ </build> </profile> </profiles> - </project>
