Updated Branches: refs/heads/master 494d3c077 -> 5fecd2516
GraphX shouldn't list Spark as provided Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/9259d706 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/9259d706 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/9259d706 Branch: refs/heads/master Commit: 9259d706bed8b584ec1c40d01f8cd998ed423cda Parents: 3fcc68b Author: Patrick Wendell <pwend...@gmail.com> Authored: Wed Jan 15 10:44:17 2014 -0800 Committer: Patrick Wendell <pwend...@gmail.com> Committed: Wed Jan 15 10:46:37 2014 -0800 ---------------------------------------------------------------------- graphx/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/9259d706/graphx/pom.xml ---------------------------------------------------------------------- diff --git a/graphx/pom.xml b/graphx/pom.xml index 3e5faf2..4eca474 100644 --- a/graphx/pom.xml +++ b/graphx/pom.xml @@ -36,7 +36,6 @@ <groupId>org.apache.spark</groupId> <artifactId>spark-core_${scala.binary.version}</artifactId> <version>${project.version}</version> - <scope>provided</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId>