Skip to content

Commit

Permalink
Merge pull request #458 from jtnord/remove-bogus-shade
Browse files Browse the repository at this point in the history
do attempt to shade dependencies.
  • Loading branch information
jtnord authored May 3, 2024
2 parents 7ebc656 + 1bd91c3 commit 284b25b
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -409,27 +409,6 @@
</formats>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<executions>
<execution>
<goals>
<goal>shade</goal>
</goals>
<phase>package</phase>
<configuration>
<shadedGroupFilter>com.google.cloud.graphite</shadedGroupFilter>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<createDependencyReducedPom>false</createDependencyReducedPom>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
</transformers>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 284b25b

Please sign in to comment.