File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 447447 </execlude >
448448 </excludes >
449449 </filter >
450+ <filter >
451+ <artifact >com.google.protobuf</artifact >
452+ <excludes >
453+ <exclude >META-INF/maven/com.google.protobuf/protobuf-java/*</exclude >
454+ </excludes >
455+ </filter >
450456 </filters >
457+ <relocations >
458+ <relocation >
459+ <pattern >com.google.protobuf</pattern >
460+ <shadedPattern >com.intel.analytics.zoo.shaded.protobuf</shadedPattern >
461+ </relocation >
462+ </relocations >
451463 </configuration >
452464 <executions >
453465 <execution >
457469 <artifactSet >
458470 <includes >
459471 <include >org.spark-project.spark:unused</include >
472+ <include >com.google.protobuf</include >
460473 </includes >
461-
462474 </artifactSet >
463475 </configuration >
464476 <goals >
You can’t perform that action at this time.
0 commit comments