diff --git a/amoro-format-mixed/amoro-mixed-spark/v3.4/amoro-mixed-spark-runtime-3.4/pom.xml b/amoro-format-mixed/amoro-mixed-spark/v3.4/amoro-mixed-spark-runtime-3.4/pom.xml index 095abedfd1..4eebeea53d 100644 --- a/amoro-format-mixed/amoro-mixed-spark/v3.4/amoro-mixed-spark-runtime-3.4/pom.xml +++ b/amoro-format-mixed/amoro-mixed-spark/v3.4/amoro-mixed-spark-runtime-3.4/pom.xml @@ -120,6 +120,23 @@ META-INF/services/org.apache.spark.sql.sources.DataSourceRegister + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + **/log4j.properties + META-INF/DEPENDENCIES + META-INF/*LICENSE* + META-INF/MANIFEST.MF + META-INF/*NOTICE* + META-INF/**/module-info.class + LICENSE.txt + NOTICE.txt + mozilla/*.txt + + @@ -133,6 +150,11 @@ org.apache.orc org.apache.amoro.shade.org.apache.orc + + + org.threeten + org.apache.amoro.shade.org.threeten + org.apache.avro org.apache.amoro.shade.org.apache.avro @@ -185,6 +207,18 @@ org.apache.commons.lang3 org.apache.amoro.shade.org.apache.commons.lang3 + + org.apache.commons.io + org.apache.amoro.shade.org.apache.commons.io + + + org.apache.thrift + org.apache.amoro.shade.org.apache.thrift + + + com.github.benmanes + org.apache.amoro.shade.com.github.benmanes +