aboutsummaryrefslogtreecommitdiff
path: root/graphx
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-01-15 11:15:07 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-15 11:15:07 -0800
commit5fecd2516dc8de28b76fe6e0fbdca7922cc28d1c (patch)
tree21e1ac32082fded4bfbd3503e607f4cbca802d8f /graphx
parent494d3c077496735e6ebca3217de4f0cc6b6419f2 (diff)
parent9259d706bed8b584ec1c40d01f8cd998ed423cda (diff)
downloadspark-5fecd2516dc8de28b76fe6e0fbdca7922cc28d1c.tar.gz
spark-5fecd2516dc8de28b76fe6e0fbdca7922cc28d1c.tar.bz2
spark-5fecd2516dc8de28b76fe6e0fbdca7922cc28d1c.zip
Merge pull request #441 from pwendell/graphx-build
GraphX shouldn't list Spark as provided. I noticed this when building an application against GraphX to audit the released artifacts.
Diffstat (limited to 'graphx')
-rw-r--r--graphx/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/graphx/pom.xml b/graphx/pom.xml
index 3e5faf230d..4eca4747ea 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>