File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 138
138
<hive .archive.download.skip>false</hive .archive.download.skip>
139
139
<httpclient .version>4.5.13</httpclient .version>
140
140
<httpcore .version>4.4.15</httpcore .version>
141
- <hudi .version>0.11.1 </hudi .version>
141
+ <hudi .version>0.12.0 </hudi .version>
142
142
<iceberg .version>0.14.0</iceberg .version>
143
143
<jackson .version>2.13.3</jackson .version>
144
144
<jakarta .servlet-api.version>4.0.4</jakarta .servlet-api.version>
1239
1239
<artifactId >*</artifactId >
1240
1240
</exclusion >
1241
1241
<exclusion >
1242
- <groupId >log4j</groupId >
1243
- <artifactId >log4j </artifactId >
1242
+ <groupId >org.apache.logging. log4j</groupId >
1243
+ <artifactId >* </artifactId >
1244
1244
</exclusion >
1245
1245
<exclusion >
1246
1246
<groupId >org.apache.curator</groupId >
1311
1311
<artifactId >*</artifactId >
1312
1312
</exclusion >
1313
1313
<exclusion >
1314
- <groupId >log4j</groupId >
1315
- <artifactId >log4j </artifactId >
1314
+ <groupId >org.apache.logging. log4j</groupId >
1315
+ <artifactId >* </artifactId >
1316
1316
</exclusion >
1317
1317
</exclusions >
1318
1318
</dependency >
2161
2161
<spark .version>3.2.2</spark .version>
2162
2162
<spark .binary.version>3.2</spark .binary.version>
2163
2163
<delta .version>2.0.0</delta .version>
2164
- <!--
2165
- See https://github.com/apache/incubator-kyuubi/pull/2576
2166
- Hudi 0.11 requires hudi-spark3.2-bundle to execute UT
2167
- -->
2168
2164
<maven .plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.HudiTest</maven .plugin.scalatest.exclude.tags>
2169
2165
</properties >
2170
2166
<modules >
You can’t perform that action at this time.
0 commit comments