Skip to content

Commit

Permalink
Merge pull request apache#441 from pwendell/graphx-build
Browse files Browse the repository at this point in the history
GraphX shouldn't list Spark as provided.

I noticed this when building an application against GraphX to audit the released artifacts.
(cherry picked from commit 5fecd25)

Signed-off-by: Patrick Wendell <pwendell@gmail.com>
  • Loading branch information
pwendell committed Jan 15, 2014
1 parent e12c374 commit aca40aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit aca40aa

Please sign in to comment.