## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> (cherry picked from commit 9cfc3f16681cd1ef5b8371e03d88b014e4c0a3a0) #41901
This commit is contained in:
@ -316,7 +316,7 @@ under the License.
|
||||
you can find avro version info in iceberg mvn repository -->
|
||||
<iceberg.version>1.4.3</iceberg.version>
|
||||
<maxcompute.version>0.49.0-public</maxcompute.version>
|
||||
<avro.version>1.11.3</avro.version>
|
||||
<avro.version>1.11.4</avro.version>
|
||||
<arrow.version>17.0.0</arrow.version>
|
||||
<!-- hudi -->
|
||||
<hudi.version>0.14.1</hudi.version>
|
||||
@ -344,7 +344,7 @@ under the License.
|
||||
<spring-framework.version>5.3.39</spring-framework.version>
|
||||
<orc.version>1.8.4</orc.version>
|
||||
<zookeeper.version>3.9.2</zookeeper.version>
|
||||
<velocity-engine-core.version>2.3</velocity-engine-core.version>
|
||||
<velocity-engine-core.version>2.4</velocity-engine-core.version>
|
||||
<ranger-plugins-common.version>2.4.0</ranger-plugins-common.version>
|
||||
<bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
|
||||
<woodstox.version>6.5.1</woodstox.version>
|
||||
@ -1285,6 +1285,11 @@ under the License.
|
||||
<artifactId>avro-ipc</artifactId>
|
||||
<version>${avro.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.avro</groupId>
|
||||
<artifactId>avro-mapred</artifactId>
|
||||
<version>${avro.version}</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.apache.hudi/hudi-common -->
|
||||
<dependency>
|
||||
<groupId>org.apache.hudi</groupId>
|
||||
|
||||
Reference in New Issue
Block a user