From 73bf8587e29d9ea531fae68931f306619aba5402 Mon Sep 17 00:00:00 2001 From: Kyle Ellrott Date: Mon, 21 Oct 2013 15:13:31 -0700 Subject: [PATCH 1/2] Fixing graph/pom.xml --- graph/pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/graph/pom.xml b/graph/pom.xml index 1cd9cda98b..11f0c4fe7f 100644 --- a/graph/pom.xml +++ b/graph/pom.xml @@ -2,9 +2,9 @@ 4.0.0 - org.spark-project - parent - 0.7.0-SNAPSHOT + org.apache.spark + spark-parent + 0.9.0-incubating-SNAPSHOT ../pom.xml @@ -15,6 +15,12 @@ http://spark-project.org/ + + org.apache.spark + spark-core_2.9.3 + ${project.version} + provided + org.eclipse.jetty jetty-server From 8236d5dcc472f8e8ff19a5e8788f926047edbbd7 Mon Sep 17 00:00:00 2001 From: Kyle Ellrott Date: Fri, 25 Oct 2013 15:52:44 -0700 Subject: [PATCH 2/2] More changes to the graph/pom.xml to make it match the other subprojects --- graph/pom.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/graph/pom.xml b/graph/pom.xml index 11f0c4fe7f..fd3dcaad7c 100644 --- a/graph/pom.xml +++ b/graph/pom.xml @@ -1,4 +1,21 @@ + + 4.0.0 @@ -8,8 +25,8 @@ ../pom.xml - org.spark-project - spark-graph + org.apache.spark + spark-graph_2.9.3 jar Spark Graph http://spark-project.org/