Skip to content

Commit

Permalink
[SPARK-6866][Build] Remove duplicated dependency in launcher/pom.xml
Browse files Browse the repository at this point in the history
JIRA: https://issues.apache.org/jira/browse/SPARK-6866

Remove duplicated dependency of scalatest in launcher/pom.xml since it already inherited the dependency from the parent pom.xml.

Author: Guancheng (G.C.) Chen <[email protected]>

Closes apache#5476 from gchen/SPARK-6866 and squashes the following commits:

1ab484b [Guancheng (G.C.) Chen] remove duplicated dependency in launcher/pom.xml
  • Loading branch information
gchen authored and srowen committed Apr 12, 2015
1 parent 5d8f7b9 commit e9445b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit e9445b1

Please sign in to comment.