File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 409409 </formats >
410410 </configuration >
411411 </plugin >
412- <plugin >
413- <groupId >org.apache.maven.plugins</groupId >
414- <artifactId >maven-shade-plugin</artifactId >
415- <version >3.5.1</version >
416- <executions >
417- <execution >
418- <goals >
419- <goal >shade</goal >
420- </goals >
421- <phase >package</phase >
422- <configuration >
423- <shadedGroupFilter >com.google.cloud.graphite</shadedGroupFilter >
424- <promoteTransitiveDependencies >true</promoteTransitiveDependencies >
425- <createDependencyReducedPom >false</createDependencyReducedPom >
426- <transformers >
427- <transformer implementation =" org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
428- </transformers >
429- </configuration >
430- </execution >
431- </executions >
432- </plugin >
433412 </plugins >
434413 </build >
435414
You can’t perform that action at this time.
0 commit comments