aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2014-07-15 14:00:54 -0700
committerXiangrui Meng <meng@databricks.com>2014-07-15 14:00:54 -0700
commita21f9a7543309320bb2791468243c8f10bc6e81b (patch)
tree8035f0f1f3ff6d02b834a7037e296b2c986bf2f8 /pom.xml
parente7ec815d9a2b0f89a56dc7dd3106c31a09492028 (diff)
downloadspark-a21f9a7543309320bb2791468243c8f10bc6e81b.tar.gz
spark-a21f9a7543309320bb2791468243c8f10bc6e81b.tar.bz2
spark-a21f9a7543309320bb2791468243c8f10bc6e81b.zip
[SPARK-2471] remove runtime scope for jets3t
The assembly jar (built by sbt) doesn't include jets3t if we set it to runtime only, but I don't know whether it was set this way for a particular reason. CC: srowen ScrapCodes Author: Xiangrui Meng <meng@databricks.com> Closes #1402 from mengxr/jets3t and squashes the following commits: bfa2d17 [Xiangrui Meng] remove runtime scope for jets3t
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d570f3e6b9..4e2d64a833 100644
--- a/pom.xml
+++ b/pom.xml
@@ -614,7 +614,6 @@
<groupId>net.java.dev.jets3t</groupId>
<artifactId>jets3t</artifactId>
<version>${jets3t.version}</version>
- <scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>