Repository: zeppelin Updated Branches: refs/heads/master 85d4df4f0 -> 0c5a03e6b
[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 Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/0c5a03e6 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/0c5a03e6 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/0c5a03e6 Branch: refs/heads/master Commit: 0c5a03e6be20a13eee60e84b75cdf2a9dd64d3f4 Parents: 85d4df4 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:00 2016 -0700 ---------------------------------------------------------------------- spark/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/0c5a03e6/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index 5f92ab8..5dcbb51 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> @@ -989,5 +989,4 @@ </build> </profile> </profiles> - </project>
