aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorhyukjinkwon <gurwls223@gmail.com>2016-04-21 11:32:27 +0100
committerSean Owen <sowen@cloudera.com>2016-04-21 11:32:27 +0100
commitec2a276022568944e19a51d4d39305710cdc7c0f (patch)
treea2d3b79e15e4a1423bcf3c3cea5a198a04831dad /pom.xml
parent2b8906c43760591f2e2da99bf0e34fa1bb63bfd1 (diff)
downloadspark-ec2a276022568944e19a51d4d39305710cdc7c0f.tar.gz
spark-ec2a276022568944e19a51d4d39305710cdc7c0f.tar.bz2
spark-ec2a276022568944e19a51d4d39305710cdc7c0f.zip
[SPARK-14787][SQL] Upgrade Joda-Time library from 2.9 to 2.9.3
## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/SPARK-14787 The possible problems are described in the JIRA above. Please refer this if you are wondering the purpose of this PR. This PR upgrades Joda-Time library from 2.9 to 2.9.3. ## How was this patch tested? `sbt scalastyle` and Jenkins tests in this PR. closes #11847 Author: hyukjinkwon <gurwls223@gmail.com> Closes #12552 from HyukjinKwon/SPARK-14787.
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 a772d51337..a8e752c7d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
<datanucleus-core.version>3.2.10</datanucleus-core.version>
<janino.version>2.7.8</janino.version>
<jersey.version>1.9</jersey.version>
- <joda.version>2.9</joda.version>
+ <joda.version>2.9.3</joda.version>
<jodd.version>3.5.2</jodd.version>
<jsr305.version>1.3.9</jsr305.version>
<libthrift.version>0.9.2</libthrift.version>