You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/03/25 17:02:11 UTC

[incubator-skywalking] branch master updated: remove module-info.class (#2401)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 191740f  remove module-info.class (#2401)
191740f is described below

commit 191740fcddcaa0731bcedbce8e7401774d8cba47
Author: li.can <li...@apache.org>
AuthorDate: Tue Mar 26 01:02:05 2019 +0800

    remove module-info.class (#2401)
---
 apm-sniffer/apm-agent/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/apm-sniffer/apm-agent/pom.xml b/apm-sniffer/apm-agent/pom.xml
index 963b452..8d29068 100644
--- a/apm-sniffer/apm-agent/pom.xml
+++ b/apm-sniffer/apm-agent/pom.xml
@@ -90,6 +90,14 @@
                                     <shadedPattern>${shade.net.bytebuddy.target}</shadedPattern>
                                 </relocation>
                             </relocations>
+                            <filters>
+                                <filter>
+                                    <artifact>net.bytebuddy:byte-buddy</artifact>
+                                    <excludes>
+                                        <exclude>META-INF/versions/9/module-info.class</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
                         </configuration>
                     </execution>
                 </executions>