diff --git a/0001-Avoid-bundling-asm.patch b/0001-Avoid-bundling-asm.patch index 9abcd9e..72637d2 100644 --- a/0001-Avoid-bundling-asm.patch +++ b/0001-Avoid-bundling-asm.patch @@ -1,14 +1,14 @@ -From 07c2d772b5e4bc79c20fc19eb3ed402f74d82cc6 Mon Sep 17 00:00:00 2001 +From a87d1515a3425dad03240b31478bcf1c8097a738 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Thu, 23 Feb 2023 13:59:25 +0100 Subject: [PATCH 1/2] Avoid bundling asm --- - byte-buddy/pom.xml | 51 ++++++---------------------------------------- - 1 file changed, 6 insertions(+), 45 deletions(-) + byte-buddy/pom.xml | 56 +++++++++------------------------------------- + 1 file changed, 11 insertions(+), 45 deletions(-) diff --git a/byte-buddy/pom.xml b/byte-buddy/pom.xml -index ad2343d3fd..d6e5c70151 100644 +index ad2343d3fd..edae9d9ad9 100644 --- a/byte-buddy/pom.xml +++ b/byte-buddy/pom.xml @@ -26,8 +26,6 @@ @@ -32,19 +32,24 @@ index ad2343d3fd..d6e5c70151 100644 net.bytebuddy.utility.dispatcher -@@ -166,6 +161,11 @@ - asm - ${version.asm} - -+ -+ org.ow2.asm -+ asm-commons -+ ${version.asm} -+ - - - -@@ -254,45 +254,6 @@ +@@ -83,6 +78,16 @@ + ${project.groupId} + byte-buddy-dep + ++ ++ org.ow2.asm ++ asm ++ ${version.asm} ++ ++ ++ org.ow2.asm ++ asm-commons ++ ${version.asm} ++ + + net.java.dev.jna + jna +@@ -254,45 +259,6 @@ true ${bytebuddy.extras} true