|
186 | 186 | <shadedArtifactAttached>false</shadedArtifactAttached> |
187 | 187 | <artifactSet> |
188 | 188 | <includes> |
189 | | - <include>org.apache.kyuubi:kyuubi-common_${scala.binary.version}</include> |
190 | | - <include>org.apache.kyuubi:kyuubi-ha_${scala.binary.version}</include> |
191 | 189 | <include>com.fasterxml.jackson.core:*</include> |
192 | 190 | <include>com.fasterxml.jackson.module:*</include> |
193 | 191 | <include>com.google.guava:failureaccess</include> |
194 | 192 | <include>com.google.guava:guava</include> |
195 | 193 | <include>commons-codec:commons-codec</include> |
196 | 194 | <include>org.apache.commons:commons-lang3</include> |
197 | | - <include>org.apache.curator:curator-client</include> |
198 | | - <include>org.apache.curator:curator-framework</include> |
199 | | - <include>org.apache.curator:curator-recipes</include> |
200 | 195 | <include>org.apache.hive:hive-service-rpc</include> |
201 | 196 | <include>org.apache.thrift:*</include> |
202 | | - <include>org.apache.zookeeper:*</include> |
| 197 | + <include>org.apache.kyuubi:*</include> |
203 | 198 | </includes> |
204 | 199 | </artifactSet> |
205 | 200 | <filters> |
|
228 | 223 | <include>com.fasterxml.jackson.**</include> |
229 | 224 | </includes> |
230 | 225 | </relocation> |
231 | | - <relocation> |
232 | | - <pattern>org.apache.curator</pattern> |
233 | | - <shadedPattern>${kyuubi.shade.packageName}.org.apache.curator</shadedPattern> |
234 | | - <includes> |
235 | | - <include>org.apache.curator.**</include> |
236 | | - </includes> |
237 | | - </relocation> |
238 | 226 | <relocation> |
239 | 227 | <pattern>com.google.common</pattern> |
240 | 228 | <shadedPattern>${kyuubi.shade.packageName}.com.google.common</shadedPattern> |
|
278 | 266 | <include>org.apache.thrift.**</include> |
279 | 267 | </includes> |
280 | 268 | </relocation> |
281 | | - <relocation> |
282 | | - <pattern>org.apache.jute</pattern> |
283 | | - <shadedPattern>${kyuubi.shade.packageName}.org.apache.jute</shadedPattern> |
284 | | - <includes> |
285 | | - <include>org.apache.jute.**</include> |
286 | | - </includes> |
287 | | - </relocation> |
288 | | - <relocation> |
289 | | - <pattern>org.apache.zookeeper</pattern> |
290 | | - <shadedPattern>${kyuubi.shade.packageName}.org.apache.zookeeper</shadedPattern> |
291 | | - <includes> |
292 | | - <include>org.apache.zookeeper.**</include> |
293 | | - </includes> |
294 | | - </relocation> |
295 | 269 | </relocations> |
296 | 270 | <transformers> |
297 | 271 | <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"></transformer> |
|
0 commit comments