aboutsummaryrefslogtreecommitdiff
path: root/dev/deps/spark-deps-hadoop-2.7
diff options
context:
space:
mode:
authorYin Huai <yhuai@databricks.com>2016-11-28 10:09:30 -0800
committerYin Huai <yhuai@databricks.com>2016-11-28 10:09:30 -0800
commiteba727757ed5dc23c635e1926795aea62ec0fc66 (patch)
tree5f6003e76e23aedccad3fe3f1d6e0032c3d1a536 /dev/deps/spark-deps-hadoop-2.7
parent237c3b9642a1a7c5e7884824b21877590d5d0b3b (diff)
downloadspark-eba727757ed5dc23c635e1926795aea62ec0fc66.tar.gz
spark-eba727757ed5dc23c635e1926795aea62ec0fc66.tar.bz2
spark-eba727757ed5dc23c635e1926795aea62ec0fc66.zip
[SPARK-18602] Set the version of org.codehaus.janino:commons-compiler to 3.0.0 to match the version of org.codehaus.janino:janino
## What changes were proposed in this pull request? org.codehaus.janino:janino depends on org.codehaus.janino:commons-compiler and we have been upgraded to org.codehaus.janino:janino 3.0.0. However, seems we are still pulling in org.codehaus.janino:commons-compiler 2.7.6 because of calcite. It looks like an accident because we exclude janino from calcite (see here https://github.com/apache/spark/blob/branch-2.1/pom.xml#L1759). So, this PR upgrades org.codehaus.janino:commons-compiler to 3.0.0. ## How was this patch tested? jenkins Author: Yin Huai <yhuai@databricks.com> Closes #16025 from yhuai/janino-commons-compile.
Diffstat (limited to 'dev/deps/spark-deps-hadoop-2.7')
-rw-r--r--dev/deps/spark-deps-hadoop-2.72
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/deps/spark-deps-hadoop-2.7 b/dev/deps/spark-deps-hadoop-2.7
index da3af9ffa1..b129e5a99e 100644
--- a/dev/deps/spark-deps-hadoop-2.7
+++ b/dev/deps/spark-deps-hadoop-2.7
@@ -31,7 +31,7 @@ commons-beanutils-core-1.8.0.jar
commons-cli-1.2.jar
commons-codec-1.10.jar
commons-collections-3.2.2.jar
-commons-compiler-2.7.6.jar
+commons-compiler-3.0.0.jar
commons-compress-1.4.1.jar
commons-configuration-1.6.jar
commons-crypto-1.0.0.jar