We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5045087 commit 94c13c0Copy full SHA for 94c13c0
build.gradle
@@ -33,8 +33,8 @@ dependencies {
33
implementation "org.embulk:embulk-core:$EMBULK_VERSION"
34
implementation "org.scala-lang:scala-library:2.13.+"
35
36
- implementation "org.apache.orc:orc:1.5.4"
37
- implementation "org.apache.orc:orc-core:1.5.4"
+ implementation "org.apache.orc:orc:2.0.3"
+ implementation "org.apache.orc:orc-core:2.0.3"
38
implementation "org.apache.hadoop:hadoop-hdfs:2.7.5"
39
40
implementation('org.embulk:embulk-util-aws-credentials:0.4.1')
0 commit comments