You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/08/21 08:46:05 UTC

[flink-shaded] 03/03: [hotfix][asm] Use asm.major.version in shading pattern

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git

commit a5079c8cee53aa1eadb764de8484ff4493988636
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri Aug 16 10:42:23 2019 +0200

    [hotfix][asm] Use asm.major.version in shading pattern
---
 flink-shaded-asm-7/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-shaded-asm-7/pom.xml b/flink-shaded-asm-7/pom.xml
index af9d4e1..14ad022 100644
--- a/flink-shaded-asm-7/pom.xml
+++ b/flink-shaded-asm-7/pom.xml
@@ -90,7 +90,7 @@ under the License.
                             <relocations>
                                 <relocation>
                                     <pattern>org.objectweb</pattern>
-                                    <shadedPattern>${shading.prefix}.asm7.org.objectweb</shadedPattern>
+                                    <shadedPattern>${shading.prefix}.asm${asm.major.version}.org.objectweb</shadedPattern>
                                 </relocation>
                             </relocations>
                         </configuration>