From a6711251a68dea3f3ac89524fc65f59c7700cb15 Mon Sep 17 00:00:00 2001 From: JCgH4164838Gh792C124B5 <43964333+JCgH4164838Gh792C124B5@users.noreply.github.com> Date: Sun, 3 May 2020 12:58:37 -0400 Subject: [PATCH] Proposed WW-5074 Fix: - Exclude ASM 3.3.1 from inclusion as a dependency for commons-digester3 (also mark commons-digester3 as optional dependency since it is only listed to allow the exclusion). - Provide explicit test dependency of ASM 3.3.1 for portlet-plugin (otherwise its jmock tests are unable to execute). --- plugins/portlet/pom.xml | 9 +++++++++ pom.xml | 15 +++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/plugins/portlet/pom.xml b/plugins/portlet/pom.xml index 31d35c555..0b6576b9b 100644 --- a/plugins/portlet/pom.xml +++ b/plugins/portlet/pom.xml @@ -101,6 +101,15 @@ test + + + asm + asm + 3.3.1 + test + + mockobjects mockobjects-core diff --git a/pom.xml b/pom.xml index a551c0d4d..4c8330701 100644 --- a/pom.xml +++ b/pom.xml @@ -751,6 +751,21 @@ asm-commons ${asm.version} + + + org.apache.commons + commons-digester3 + true + + + + asm + asm + + + + junit junit