Skip to content
Snippets Groups Projects
Commit 8ea056d7 authored by Ankur Dave's avatar Ankur Dave
Browse files

Add GraphX dependency to examples/pom.xml

parent 3fcc68bf
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-graphx_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming-twitter_${scala.binary.version}</artifactId>
......
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