You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by me...@apache.org on 2014/07/15 23:01:10 UTC

git commit: [SPARK-2471] remove runtime scope for jets3t

Repository: spark
Updated Branches:
  refs/heads/master e7ec815d9 -> a21f9a754


[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 <me...@databricks.com>

Closes #1402 from mengxr/jets3t and squashes the following commits:

bfa2d17 [Xiangrui Meng] remove runtime scope for jets3t


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a21f9a75
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a21f9a75
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a21f9a75

Branch: refs/heads/master
Commit: a21f9a7543309320bb2791468243c8f10bc6e81b
Parents: e7ec815
Author: Xiangrui Meng <me...@databricks.com>
Authored: Tue Jul 15 14:00:54 2014 -0700
Committer: Xiangrui Meng <me...@databricks.com>
Committed: Tue Jul 15 14:00:54 2014 -0700

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/a21f9a75/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d570f3e..4e2d64a 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>