File tree 3 files changed +25
-4
lines changed
3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -227,9 +227,10 @@ opencsv/2.3//opencsv-2.3.jar
227
227
opentracing-api/0.33.0//opentracing-api-0.33.0.jar
228
228
opentracing-noop/0.33.0//opentracing-noop-0.33.0.jar
229
229
opentracing-util/0.33.0//opentracing-util-0.33.0.jar
230
- orc-core/1.9.2/shaded-protobuf/orc-core-1.9.2-shaded-protobuf.jar
231
- orc-mapreduce/1.9.2/shaded-protobuf/orc-mapreduce-1.9.2-shaded-protobuf.jar
232
- orc-shims/1.9.2//orc-shims-1.9.2.jar
230
+ orc-core/2.0.0/shaded-protobuf/orc-core-2.0.0-shaded-protobuf.jar
231
+ orc-format/1.0.0/shaded-protobuf/orc-format-1.0.0-shaded-protobuf.jar
232
+ orc-mapreduce/2.0.0/shaded-protobuf/orc-mapreduce-2.0.0-shaded-protobuf.jar
233
+ orc-shims/2.0.0//orc-shims-2.0.0.jar
233
234
oro/2.0.8//oro-2.0.8.jar
234
235
osgi-resource-locator/1.0.3//osgi-resource-locator-1.0.3.jar
235
236
paranamer/2.8//paranamer-2.8.jar
Original file line number Diff line number Diff line change 141
141
<!-- After 10.17.1.0, the minimum required version is JDK19 -->
142
142
<derby .version>10.16.1.1</derby .version>
143
143
<parquet .version>1.13.1</parquet .version>
144
- <orc .version>1.9.2 </orc .version>
144
+ <orc .version>2.0.0 </orc .version>
145
145
<orc .classifier>shaded-protobuf</orc .classifier>
146
146
<jetty .version>11.0.20</jetty .version>
147
147
<jakartaservlet .version>5.0.0</jakartaservlet .version>
2593
2593
</exclusions >
2594
2594
</dependency >
2595
2595
2596
+ <dependency >
2597
+ <groupId >org.apache.orc</groupId >
2598
+ <artifactId >orc-format</artifactId >
2599
+ <version >1.0.0</version >
2600
+ <classifier >${orc.classifier} </classifier >
2601
+ <scope >${orc.deps.scope} </scope >
2602
+ </dependency >
2596
2603
<dependency >
2597
2604
<groupId >org.apache.orc</groupId >
2598
2605
<artifactId >orc-core</artifactId >
2599
2606
<version >${orc.version} </version >
2600
2607
<classifier >${orc.classifier} </classifier >
2601
2608
<scope >${orc.deps.scope} </scope >
2602
2609
<exclusions >
2610
+ <exclusion >
2611
+ <groupId >org.apache.orc</groupId >
2612
+ <artifactId >orc-format</artifactId >
2613
+ </exclusion >
2614
+ <exclusion >
2615
+ <groupId >com.aayushatharva.brotli4j</groupId >
2616
+ <artifactId >brotli4j</artifactId >
2617
+ </exclusion >
2603
2618
<exclusion >
2604
2619
<groupId >org.apache.hadoop</groupId >
2605
2620
<artifactId >hadoop-common</artifactId >
Original file line number Diff line number Diff line change 93
93
<groupId >org.scala-lang.modules</groupId >
94
94
<artifactId >scala-parallel-collections_${scala.binary.version}</artifactId >
95
95
</dependency >
96
+ <dependency >
97
+ <groupId >org.apache.orc</groupId >
98
+ <artifactId >orc-format</artifactId >
99
+ <classifier >${orc.classifier} </classifier >
100
+ </dependency >
96
101
<dependency >
97
102
<groupId >org.apache.orc</groupId >
98
103
<artifactId >orc-core</artifactId >
You can’t perform that action at this time.
0 commit comments