From b95221987fd0bcc200000b046fc1f925a6287b0c Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 4 Jul 2022 20:47:33 -0400 Subject: [PATCH] [pom] Order 'asm' first to overcome issues with maven changes recently maven is moving away from supplying in compile scope maven artifacts. With the common filter that changed behaviour of the build here where asm was pulling 3.3.1 and not 9.3. Moved this to occur before groovy and maven artifacts as well as the bom addition to overcome these issues. --- pom.xml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index ebd535269..c8effa70e 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,28 @@ ${slf4jVersion} + + + org.ow2.asm + asm + + + org.ow2.asm + asm-analysis + + + org.ow2.asm + asm-commons + + + org.ow2.asm + asm-tree + + + org.ow2.asm + asm-util + + org.apache.ant @@ -515,28 +537,6 @@ plexus-utils ${plexusUtilsVersion} - - - - org.ow2.asm - asm - - - org.ow2.asm - asm-analysis - - - org.ow2.asm - asm-commons - - - org.ow2.asm - asm-tree - - - org.ow2.asm - asm-util -