Skip to content

Commit 5fecd25

Browse files
committed
Merge pull request apache#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.
2 parents 494d3c0 + 9259d70 commit 5fecd25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphx/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<groupId>org.apache.spark</groupId>
3737
<artifactId>spark-core_${scala.binary.version}</artifactId>
3838
<version>${project.version}</version>
39-
<scope>provided</scope>
4039
</dependency>
4140
<dependency>
4241
<groupId>org.eclipse.jetty</groupId>

0 commit comments

Comments
 (0)