aboutsummaryrefslogtreecommitdiff
path: root/graph/pom.xml
diff options
context:
space:
mode:
authorKyle Ellrott <kellrott@gmail.com>2013-10-21 15:13:31 -0700
committerKyle Ellrott <kellrott@gmail.com>2013-10-21 15:13:31 -0700
commit73bf8587e29d9ea531fae68931f306619aba5402 (patch)
treeb1053937ef915ca18beef39b0325df4102cb1f6e /graph/pom.xml
parent9cf43cfeb721aac277aae724e4ae8fdf409534fa (diff)
downloadspark-73bf8587e29d9ea531fae68931f306619aba5402.tar.gz
spark-73bf8587e29d9ea531fae68931f306619aba5402.tar.bz2
spark-73bf8587e29d9ea531fae68931f306619aba5402.zip
Fixing graph/pom.xml
Diffstat (limited to 'graph/pom.xml')
-rw-r--r--graph/pom.xml12
1 files 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 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.spark-project</groupId>
- <artifactId>parent</artifactId>
- <version>0.7.0-SNAPSHOT</version>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-parent</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -16,6 +16,12 @@
<dependencies>
<dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-core_2.9.3</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</dependency>