fix(hudi-query): 修复依赖缺失

NoClassDefFoundError: com/ctc/wstx/io/InputBootstrapper
This commit is contained in:
2024-01-02 14:07:15 +08:00
parent b63263d360
commit 026f33e4d0

View File

@@ -57,10 +57,6 @@
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>