From 0bacb5d7a91f1bc0fcd13763b1cdfcd74ed2e0e6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 27 Mar 2023 13:58:44 +0200 Subject: [PATCH] Upgrade reflectasm to 1.11.9 https://github.com/EsotericSoftware/reflectasm/issues/68, removing the need to override ASM version. Change-Id: I489f75a63f9649518493291fe0f36362d4011242 Signed-off-by: Robert Varga --- third-party/atomix/storage/pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/third-party/atomix/storage/pom.xml b/third-party/atomix/storage/pom.xml index f05cd2e6e1..07c2dd14dd 100644 --- a/third-party/atomix/storage/pom.xml +++ b/third-party/atomix/storage/pom.xml @@ -53,13 +53,7 @@ com.esotericsoftware reflectasm - 1.11.8 - provided - - - org.ow2.asm - asm - 5.2 + 1.11.9 provided @@ -143,7 +137,6 @@ *;inline=true;groupId=com.esotericsoftware, *;inline=true;groupId=org.objenesis, - *;inline=true;groupId=org.ow2.asm, -- 2.36.6