Skip to content
Snippets Groups Projects
Commit ea4a3e7d authored by Yongjia Wang's avatar Yongjia Wang Committed by Sean Owen
Browse files

[SPARK-11413][BUILD] Bump joda-time version to 2.9 for java 8 and s3

It's a known issue that joda-time before 2.8.1 is incompatible with java 1.8u60 or later, which causes s3 request to fail. This affects Spark when using s3 as data source.
https://github.com/aws/aws-sdk-java/issues/444

Author: Yongjia Wang <yongjiaw@gmail.com>

Closes #9379 from yongjiaw/SPARK-11413.
parent e209fa27
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,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.5</joda.version>
<joda.version>2.9</joda.version>
<jodd.version>3.5.2</jodd.version>
<jsr305.version>1.3.9</jsr305.version>
<libthrift.version>0.9.2</libthrift.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment