Skip to content
Snippets Groups Projects
Commit 3ef82496 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #363 from heuermh/quick-start-fix

add repositories section to quick-start SimpleJob pom.xml
parents 995075bf 480c4139
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,16 @@ To build the job, we also write a Maven `pom.xml` file that lists Spark as a dep
<name>Simple Project</name>
<packaging>jar</packaging>
<version>1.0</version>
<repositories>
<repository>
<id>Spray.cc repository</id>
<url>http://repo.spray.cc</url>
</repository>
<repository>
<id>Typesafe repository</id>
<url>http://repo.typesafe.com/typesafe/releases</url>
</repository>
</repositories>
<dependencies>
<dependency> <!-- Spark dependency -->
<groupId>org.spark-project</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment