Skip to content

Commit

Permalink
[SPARK-22688][SQL][HOTFIX] Upgrade Janino version to 3.0.8
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

Hotfix inadvertent change to xmlbuilder dep when updating Janino.
See backport of apache#19890

## How was this patch tested?

N/A

Author: Sean Owen <[email protected]>

Closes apache#19922 from srowen/SPARK-22688.2.
  • Loading branch information
srowen authored and MatthewRBruce committed Jul 31, 2018
1 parent 4a39140 commit d85f97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-2.6
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jackson-module-paranamer-2.6.5.jar
jackson-module-scala_2.11-2.6.5.jar
jackson-xc-1.9.13.jar
janino-3.0.8.jar
java-xmlbuilder-1.1.jar
java-xmlbuilder-1.0.jar
javassist-3.18.1-GA.jar
javax.annotation-api-1.2.jar
javax.inject-1.jar
Expand Down
2 changes: 1 addition & 1 deletion dev/deps/spark-deps-hadoop-2.7
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jackson-module-paranamer-2.6.5.jar
jackson-module-scala_2.11-2.6.5.jar
jackson-xc-1.9.13.jar
janino-3.0.8.jar
java-xmlbuilder-1.1.jar
java-xmlbuilder-1.0.jar
javassist-3.18.1-GA.jar
javax.annotation-api-1.2.jar
javax.inject-1.jar
Expand Down

0 comments on commit d85f97f

Please sign in to comment.