From a21f9a7543309320bb2791468243c8f10bc6e81b Mon Sep 17 00:00:00 2001 From: Xiangrui Meng Date: Tue, 15 Jul 2014 14:00:54 -0700 Subject: [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 Closes #1402 from mengxr/jets3t and squashes the following commits: bfa2d17 [Xiangrui Meng] remove runtime scope for jets3t --- pom.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index d570f3e6b9..4e2d64a833 100644 --- a/pom.xml +++ b/pom.xml @@ -614,7 +614,6 @@ net.java.dev.jets3t jets3t ${jets3t.version} - runtime commons-logging -- cgit v1.2.3