aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorGuancheng (G.C.) Chen <chenguancheng@gmail.com>2015-04-12 11:36:41 +0100
committerSean Owen <sowen@cloudera.com>2015-04-12 11:36:41 +0100
commite9445b187e8f5c3703771b775e60164166309570 (patch)
treee699e103e11a74c2953f939e87f331fb24b429fe /launcher
parent5d8f7b9e87e8066d54717a1a78b06e8531d8b0d4 (diff)
downloadspark-e9445b187e8f5c3703771b775e60164166309570.tar.gz
spark-e9445b187e8f5c3703771b775e60164166309570.tar.bz2
spark-e9445b187e8f5c3703771b775e60164166309570.zip
[SPARK-6866][Build] Remove duplicated dependency in launcher/pom.xml
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 <chenguancheng@gmail.com> Closes #5476 from gchen/SPARK-6866 and squashes the following commits: 1ab484b [Guancheng (G.C.) Chen] remove duplicated dependency in launcher/pom.xml
Diffstat (limited to 'launcher')
-rw-r--r--launcher/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/launcher/pom.xml b/launcher/pom.xml
index 0fe2814135..182e5f6021 100644
--- a/launcher/pom.xml
+++ b/launcher/pom.xml
@@ -53,11 +53,6 @@
<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>
<scope>test</scope>