diff --git a/amoro-format-mixed/amoro-mixed-spark/v3.3/amoro-mixed-spark-runtime-3.3/pom.xml b/amoro-format-mixed/amoro-mixed-spark/v3.3/amoro-mixed-spark-runtime-3.3/pom.xml index 5adcab3de8..18200f6c0f 100644 --- a/amoro-format-mixed/amoro-mixed-spark/v3.3/amoro-mixed-spark-runtime-3.3/pom.xml +++ b/amoro-format-mixed/amoro-mixed-spark/v3.3/amoro-mixed-spark-runtime-3.3/pom.xml @@ -121,6 +121,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 + + @@ -134,6 +151,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 @@ -186,6 +208,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 + diff --git a/amoro-format-mixed/amoro-mixed-spark/v3.5/amoro-mixed-spark-runtime-3.5/pom.xml b/amoro-format-mixed/amoro-mixed-spark/v3.5/amoro-mixed-spark-runtime-3.5/pom.xml index 0049e99a4d..2c78c845b5 100644 --- a/amoro-format-mixed/amoro-mixed-spark/v3.5/amoro-mixed-spark-runtime-3.5/pom.xml +++ b/amoro-format-mixed/amoro-mixed-spark/v3.5/amoro-mixed-spark-runtime-3.5/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 +