From cb25a53d148427164582adbb64d85d869533dc3e Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Thu, 19 Jun 2025 15:04:17 +0100 Subject: [PATCH] Add Liquibase dependency version This is needed to use Liquibase in ACM runtime. Issue-ID: POLICY-5398 Change-Id: Icdaf50790b7e1497ba7a02469edb6143f34fa6ff Signed-off-by: danielhanrahan --- integration/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index 2579380c..6ccfdcd4 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -620,6 +620,11 @@ kie-ci ${version.drools} + + org.liquibase + liquibase-core + 4.32.0 + org.openapitools jackson-databind-nullable -- 2.16.6