From 95d6d5a1ee4df410820c838e70b073638f845e22 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 9 Apr 2021 15:03:28 +0700 Subject: [PATCH] Centrally manage ASM version in parent POM There is a warning because 'asm-renamed' uses ${asm.version} in its artifact descriptor instead of a fixed version. but as long as Maven still permits it, let us use it this way. Flatten Maven plugin replaces it by a resolved number anyway for the dependency-reduced POM. Signed-off-by: Alexander Kriegisch --- asm-renamed/pom.xml | 1 - pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/asm-renamed/pom.xml b/asm-renamed/pom.xml index 85b02d488..bb29f7838 100644 --- a/asm-renamed/pom.xml +++ b/asm-renamed/pom.xml @@ -195,7 +195,6 @@ org.ow2.asm asm - ${asm.version} diff --git a/pom.xml b/pom.xml index 76dfc707c..48fd94060 100644 --- a/pom.xml +++ b/pom.xml @@ -306,6 +306,11 @@ commons-beanutils ${lib.commons.beanutils.version} + + org.ow2.asm + asm + ${asm.version} + org.aspectj asm-renamed -- 2.39.5