Skip to content

Commit

Permalink
Unshade dependencies
Browse files Browse the repository at this point in the history
MONIT-23637
  • Loading branch information
oppegard committed Aug 10, 2021
1 parent 998e2f2 commit d0ecc39
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,47 +63,6 @@
<target>${sdk.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
<artifactSet>
<includes>
<include>com.tdunning:t-digest</include>
<include>com.google.guava</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>com.tdunning.math</pattern>
<shadedPattern>com.wavefront.java_sdk.com.tdunning.math</shadedPattern>
</relocation>
<relocation>
<pattern>com.google</pattern>
<shadedPattern>com.wavefront.java_sdk.com.google</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/license/**</exclude>
<exclude>mozilla/**</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit d0ecc39

Please sign in to comment.