This is needed to use Liquibase in ACM runtime.
Issue-ID: POLICY-5398
Change-Id: Icdaf50790b7e1497ba7a02469edb6143f34fa6ff
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
<artifactId>kie-ci</artifactId>
<version>${version.drools}</version>
</dependency>
+ <dependency>
+ <groupId>org.liquibase</groupId>
+ <artifactId>liquibase-core</artifactId>
+ <version>4.32.0</version>
+ </dependency>
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>jackson-databind-nullable</artifactId>