|
120 | 120 | <exclude>META-INF/services/org.apache.spark.sql.sources.DataSourceRegister</exclude> |
121 | 121 | </excludes> |
122 | 122 | </filter> |
| 123 | + <filter> |
| 124 | + <artifact>*:*</artifact> |
| 125 | + <excludes> |
| 126 | + <exclude>META-INF/*.SF</exclude> |
| 127 | + <exclude>META-INF/*.DSA</exclude> |
| 128 | + <exclude>META-INF/*.RSA</exclude> |
| 129 | + <exclude>**/log4j.properties</exclude> |
| 130 | + <exclude>META-INF/DEPENDENCIES</exclude> |
| 131 | + <exclude>META-INF/*LICENSE*</exclude> |
| 132 | + <exclude>META-INF/MANIFEST.MF</exclude> |
| 133 | + <exclude>META-INF/*NOTICE*</exclude> |
| 134 | + <exclude>META-INF/**/module-info.class</exclude> |
| 135 | + <exclude>LICENSE.txt</exclude> |
| 136 | + <exclude>NOTICE.txt</exclude> |
| 137 | + <exclude>mozilla/*.txt</exclude> |
| 138 | + </excludes> |
| 139 | + </filter> |
123 | 140 | </filters> |
124 | 141 | <relocations> |
125 | 142 | <!-- relocation amoro spark packages --> |
|
133 | 150 | <pattern>org.apache.orc</pattern> |
134 | 151 | <shadedPattern>org.apache.amoro.shade.org.apache.orc</shadedPattern> |
135 | 152 | </relocation> |
| 153 | + <!-- classes in orc-core --> |
| 154 | + <relocation> |
| 155 | + <pattern>org.threeten</pattern> |
| 156 | + <shadedPattern>org.apache.amoro.shade.org.threeten</shadedPattern> |
| 157 | + </relocation> |
136 | 158 | <relocation> |
137 | 159 | <pattern>org.apache.avro</pattern> |
138 | 160 | <shadedPattern>org.apache.amoro.shade.org.apache.avro</shadedPattern> |
|
185 | 207 | <pattern>org.apache.commons.lang3</pattern> |
186 | 208 | <shadedPattern>org.apache.amoro.shade.org.apache.commons.lang3</shadedPattern> |
187 | 209 | </relocation> |
| 210 | + <relocation> |
| 211 | + <pattern>org.apache.commons.io</pattern> |
| 212 | + <shadedPattern>org.apache.amoro.shade.org.apache.commons.io</shadedPattern> |
| 213 | + </relocation> |
| 214 | + <relocation> |
| 215 | + <pattern>org.apache.thrift</pattern> |
| 216 | + <shadedPattern>org.apache.amoro.shade.org.apache.thrift</shadedPattern> |
| 217 | + </relocation> |
| 218 | + <relocation> |
| 219 | + <pattern>com.github.benmanes</pattern> |
| 220 | + <shadedPattern>org.apache.amoro.shade.com.github.benmanes</shadedPattern> |
| 221 | + </relocation> |
188 | 222 |
|
189 | 223 | <!-- relocation iceberg --> |
190 | 224 | <relocation> |
|
0 commit comments