aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorKazuaki Ishizaki <ishizaki@jp.ibm.com>2016-07-10 17:58:27 -0700
committerReynold Xin <rxin@databricks.com>2016-07-10 17:58:27 -0700
commitf12a38b2db822ab731874de6bb360e54fbae7a06 (patch)
tree5262f3af05957e6a6b2374e79ea7a101894d46c5 /pom.xml
parent7374e518e2641fddfe57003340db410224b37581 (diff)
downloadspark-f12a38b2db822ab731874de6bb360e54fbae7a06.tar.gz
spark-f12a38b2db822ab731874de6bb360e54fbae7a06.tar.bz2
spark-f12a38b2db822ab731874de6bb360e54fbae7a06.zip
[SPARK-15467][BUILD] update janino version to 3.0.0
## What changes were proposed in this pull request? This PR updates version of Janino compiler from 2.7.8 to 3.0.0. This version fixes [an Janino issue](https://github.com/janino-compiler/janino/issues/1) that fixes [an issue](https://issues.apache.org/jira/browse/SPARK-15467), which throws Java exception, in Spark. ## How was this patch tested? Manually tested using a program in [the JIRA entry](https://issues.apache.org/jira/browse/SPARK-15467) Author: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Closes #14127 from kiszk/SPARK-15467.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4aaf6162c5..4eeff20a57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
<!-- org.apache.commons/commons-lang3/-->
<commons-lang3.version>3.3.2</commons-lang3.version>
<datanucleus-core.version>3.2.10</datanucleus-core.version>
- <janino.version>2.7.8</janino.version>
+ <janino.version>3.0.0</janino.version>
<jersey.version>2.22.2</jersey.version>
<joda.version>2.9.3</joda.version>
<jodd.version>3.5.2</jodd.version>