From b5980663a63b3c128a8714fe7c13339eaa0a2955 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Sun, 9 Jan 2022 16:54:19 +0100 Subject: fix(core): change validation of loaded process-definitions to fix problem of circular-dependencies loading --- pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index af2cab73..71eaf6fc 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 1.7.32 2.17.1 - 1.2.10 + 1.2.10 1.15 3.12.0 @@ -480,8 +480,13 @@ ch.qos.logback logback-access - ${ch.qos.logback-access.version} - + ${ch.qos.logback.version} + + + ch.qos.logback + logback-classic + ${ch.qos.logback.version} + commons-codec commons-codec -- cgit v1.2.3