We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d656c commit db64b84Copy full SHA for db64b84
agent/pom.xml
@@ -52,7 +52,7 @@
52
<plugin>
53
<groupId>org.apache.maven.plugins</groupId>
54
<artifactId>maven-shade-plugin</artifactId>
55
- <version>3.1.1</version>
+ <version>3.2.4</version>
56
<configuration>
57
<artifactSet>
58
<includes>
@@ -65,6 +65,15 @@
65
<shadedPattern>org.openjdk.jmc.internal.org.objectweb.asm.</shadedPattern>
66
</relocation>
67
</relocations>
68
+ <filters>
69
+ <filter>
70
+ <artifact>*:*</artifact>
71
+ <excludes>
72
+ <exclude>module-info.class</exclude>
73
+ <exclude>META-INF/MANIFEST.MF</exclude>
74
+ </excludes>
75
+ </filter>
76
+ </filters>
77
</configuration>
78
<executions>
79
<execution>
0 commit comments