From 4e1b668d80a9cfd776d975f8e595993c171acbba Mon Sep 17 00:00:00 2001 From: chanikag Date: Tue, 24 Oct 2023 13:49:12 +0530 Subject: [PATCH] Exclude net.minidev:asm to fix Testcase failure Testcases are failing with following error, as asm package is getting duplicated with two bundles: testAutoprimitiveCustomRegexProperty Do XML to JSON transformation with overridden autoprimitive custom regext synapse property java.lang.IncompatibleClassChangeError: class org.jacoco.core.internal.flow.ClassProbesVisitor has interface org.objectweb.asm.ClassVisitor as super class --- modules/core/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/core/pom.xml b/modules/core/pom.xml index 7a572e3dea..f97cc0f1dc 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -297,6 +297,12 @@ org.wso2.orbit.com.jayway.jsonpath json-path + + + net.minidev + asm + + org.wso2.eventing